Adrian Holovaty 5d854608fe Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash 14 年 前
..
_ext d4bb8313f7 Reformated some code for readability. 14 年 前
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 年 前
faq 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. 14 年 前
howto 6a5548cf83 Corrected another part of the staticfiles docs which was missed in r15913. Refs #15681. 14 年 前
internals a5d373a463 Update release notes and other docs for impending 1.3. 14 年 前
intro 00fb22d836 Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis. 14 年 前
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 年 前
misc 5c05233ffc Fixed #14455 -- Documented the backwards compatibility policy for local flavors. Implemented the policy for the changes in the Indonesian local flavor (from r14195) that stimulated the development of this policy. Thanks to Karen, Alex, Ramiro and Chris for their help developing the policy. 14 年 前
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 年 前
ref 8e7030d263 Fixed typo in forms API documentation. 14 年 前
releases e7d678237f Fixed a few typos in the 1.3 release notes. 14 年 前
topics 5d854608fe Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash 14 年 前
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 年 前
README 4eec036ab3 Added a README for building offline HTML docs. 14 年 前
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. 14 年 前
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 年 前
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. 14 年 前
index.txt ee5fb7d18c Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 14 年 前

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/