django/docs
Curtis Maloney c39c9f2ad8 Fixed #21154 -- Updated TemplateResponse docs to better explain context.
Thanks mrmachine for the report.
2013-09-30 10:19:56 -04:00
..
_ext
_theme/djangodocs Fixed #21702 -- Added different bullet styles for nested lists. 2013-09-23 07:37:09 -04:00
faq
howto Updated a code block to use the emphasize-lines Sphinx option 2013-09-25 11:39:38 -04:00
internals Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
intro Fixed #21141 -- Update Sphinx URL 2013-09-22 14:44:09 -03:00
man
misc
ref Fixed #21154 -- Updated TemplateResponse docs to better explain context. 2013-09-30 10:19:56 -04:00
releases Fixed #13724: Corrected routing of write queries involving managers. 2013-09-30 13:05:43 +08:00
topics Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
Makefile
README Fixed #21141 -- Update Sphinx URL 2013-09-22 14:44:09 -03:00
conf.py Fixed #21141 -- Update Sphinx URL 2013-09-22 14:44:09 -03:00
contents.txt
glossary.txt
index.txt Fixed #20877 -- added a performance optimization guide 2013-09-20 23:21:49 +01:00
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/