django/docs
Tim Graham 1cdf7f83ff [1.6.x] Fixed #21294 -- Clarified the logout next_page argument.
Thanks wim at go2people.nl for the report.

Backport of 51e6575472 from master
2013-10-30 09:26:35 -04:00
..
_ext
_theme/djangodocs [1.6.x] Fixed #21702 -- Added different bullet styles for nested lists. 2013-09-23 07:40:01 -04:00
faq
howto [1.6.x] Fixed #20962 -- Documented that template tag render() may raise exceptions. 2013-10-14 11:55:12 -04:00
internals [1.6.X] Fixed wording in unit tests documentation. 2013-09-25 18:31:03 +02:00
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 #21316 -- Documented that modifying safe strings makes them unsafe. 2013-10-30 08:12:09 -04:00
releases [1.6.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WSGIServerException 2013-10-30 07:47:32 -04:00
topics [1.6.x] Fixed #21294 -- Clarified the logout next_page argument. 2013-10-30 09:26:35 -04:00
conf.py
contents.txt
glossary.txt
index.txt [1.6.x] Fixed #21121: Added archive of security issues. 2013-09-19 15:02:52 +08:00
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/