django/docs
..
_ext
_theme/djangodocs
faq
howto
internals Added myself to the committers list. 2013-05-03 00:46:51 -07:00
intro Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. 2013-05-06 06:19:52 -04:00
man
misc
ref Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS 2013-05-01 12:13:44 -06:00
releases Corrected "it's" to "its" when used possessively. 2013-04-29 17:21:37 +02:00
topics Fixed #20274 - Added some clarifying section headings in the test docs. 2013-05-06 13:45:24 -04:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt
make.bat

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/