django/docs
2013-09-07 16:11:03 -04:00
..
_ext [1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly. 2013-07-31 09:26:11 -04:00
_theme/djangodocs
faq [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 14:09:02 -04:00
howto [1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist. 2013-09-07 13:08:45 -04:00
internals [1.6.x] Fixed instructions for running a subset of tests. 2013-09-06 14:31:43 -04:00
intro [1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytz 2013-08-15 15:31:57 -04:00
man
misc
ref Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set. 2013-09-07 14:09:52 -05:00
releases [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:16:14 -04:00
topics [1.6.x] Fixed #21068 -- Added some docs for DiscoverRunner 2013-09-07 16:11:03 -04:00
conf.py
contents.txt
glossary.txt
index.txt
make.bat
Makefile [1.6.x] Allowed overriding variables in docs/Makefile. 2013-07-29 06:52:42 -04:00
README

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

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:

* Install Sphinx (using ``sudo pip install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
  Windows) 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/