django/docs
Tim Graham 00adec6d5f Refs #25135 -- Corrected the timeline section of allow_tags deprecation. 2015-09-19 20:36:39 -04:00
..
_ext
_theme
faq Refs #14091 -- Fixed connection.queries on SQLite. 2015-09-17 23:01:33 +02:00
howto Reverted "Fixed #25203 -- Documented how to pass Apache environment variables to Django." 2015-09-14 14:12:31 -04:00
internals Refs #25135 -- Corrected the timeline section of allow_tags deprecation. 2015-09-19 20:36:39 -04:00
intro Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
man
misc
ref Fixed #25430 -- Fixed incorrect RunSQL examples. 2015-09-19 18:11:43 -04:00
releases Removed unused sections in 1.9 release notes. 2015-09-19 20:18:42 -04:00
topics Fixed #25390 -- Allowed specifying a start migration in squashmigrations 2015-09-19 14:55:34 +10:00
Makefile
README
conf.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
contents.txt
glossary.txt Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
index.txt
make.bat
spelling_wordlist Fixed #24743, #24745 -- Optimized migration plan handling 2015-09-19 14:54:53 +10:00

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 ``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/