Jannis Leidel ea248f0107 Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt. 14 lat temu
..
_ext d4bb8313f7 Reformated some code for readability. 14 lat temu
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 lat temu
faq 09b4a41aa7 Fixed a comma splice in docs/faq/install.txt from [16004] 14 lat temu
howto f8495d2371 Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 14 lat temu
internals d78e08f4a0 Updated the contributing document to accurately reflect our security process. 14 lat temu
intro 00fb22d836 Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis. 14 lat temu
man 6a32e253f6 Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. 14 lat temu
misc 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 14 lat temu
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 lat temu
ref ea248f0107 Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt. 14 lat temu
releases 327081f875 Added note about HTML5 to release notes. 14 lat temu
topics 99c1794427 Fixed #15794 -- Corrected an error in the docs which indicated applying decorators to any of the view-like methods would work when it will only work reliably with dispatch. 14 lat temu
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 lat temu
README 4eec036ab3 Added a README for building offline HTML docs. 14 lat temu
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. 14 lat temu
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 lat temu
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. 14 lat temu
index.txt 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 14 lat temu

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, it uses ReST (reStructuredText) [1], and the Sphinx
documentation system [2]. This allows it to be built into other forms for
easier viewing and browsing.

To create an HTML version of the docs on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` at a shell prompt.

The documentation in _build/html/index.html can then be viewed in a web browser.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx.pocoo.org/