django/docs
Sylvain Bellemare 35fd14cf42 [1.6.x] Fixed typo -- "a" user, not "an" user
Backport of c7dabe49dd from master
2013-11-01 19:28:19 -04:00
..
_ext
_theme/djangodocs
faq
howto [1.6.x] Fixed #20962 -- Documented that template tag render() may raise exceptions. 2013-10-14 11:55:12 -04:00
internals
intro [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart. 2013-10-14 10:38:30 -04:00
man
misc
ref [1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on 2013-11-01 11:02:11 +01:00
releases [1.6.x] Fixed #21339 -- Documented removal of some form field error messages 2013-10-31 17:53:05 +01:00
topics [1.6.x] Fixed typo -- "a" user, not "an" user 2013-11-01 19:28:19 -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/