django/docs
Brenton Cleeland 7604749871 [1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
Thanks simonb for the report.

Backport of dab52d99fc from master
2013-07-25 07:39:36 -04:00
..
_ext
_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 typo in Custom management commands documentation. 2013-07-24 07:33:49 -04:00
internals [1.6.x] Added some missing test requirements in the docs; refs #19196 2013-07-10 12:02:56 -04:00
intro [1.6.x] Fixed #20763 -- Typo in tutorial 3. 2013-07-18 08:06:50 -04:00
man
misc
ref [1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. 2013-07-25 07:39:36 -04:00
releases [1.6.x] Fixed #20794 -- Documented changes to validate_email 2013-07-24 10:27:34 +02:00
topics [1.6.x] LocaleMiddleware isn't default anymore (corrected docs) 2013-07-19 06:36:26 -04:00
conf.py
contents.txt
glossary.txt
index.txt
make.bat
Makefile
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/