Chris Beaven bce125e84f Tweaks to paginator documentation. vor 14 Jahren
..
_ext 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx vor 14 Jahren
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. vor 14 Jahren
faq 5b0e4e49d4 Fixed #14091 - be more correct about logging queries in connection.queries. vor 14 Jahren
howto 091c9b530e Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP. vor 14 Jahren
internals 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. vor 14 Jahren
intro 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. vor 14 Jahren
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. vor 14 Jahren
misc 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt vor 14 Jahren
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. vor 14 Jahren
ref a3a53e0b73 Fixed #15561 -- Extended test setting override code added in r16165 with a decorator and a signal for setting changes. vor 14 Jahren
releases c5cb2fabd2 Edited docs/releases/1.4.txt changes from [16124] vor 14 Jahren
topics bce125e84f Tweaks to paginator documentation. vor 14 Jahren
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. vor 14 Jahren
README 4eec036ab3 Added a README for building offline HTML docs. vor 14 Jahren
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. vor 14 Jahren
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. vor 14 Jahren
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. vor 14 Jahren
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 vor 14 Jahren

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/