django/docs
Baptiste Mispelon ac2d86f8d3 Added more items to the release checklist. 2013-11-07 14:45:59 +01:00
..
_ext Fixed all E226 violations 2013-11-03 10:08:55 -08:00
_theme/djangodocs
faq
howto Fixed #20962 -- Documented that template tag render() may raise exceptions. 2013-10-14 11:53:15 -04:00
internals Added more items to the release checklist. 2013-11-07 14:45:59 +01:00
intro
man
misc
ref Fixed #17001 -- Custom querysets for prefetch_related. 2013-11-07 14:49:49 +02:00
releases Fixed #17001 -- Custom querysets for prefetch_related. 2013-11-07 14:49:49 +02:00
topics Fixed #21373 -- Typo fixed in i18n docs 2013-11-02 19:13:29 +01: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-doc.org/