django/docs
2014-08-02 20:02:48 -04:00
..
_ext
_theme
faq
howto [1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command. 2014-08-02 15:03:57 -04:00
internals [1.7.x] Fixed #23079 -- Added data loss issues to those that will be backported to LTS. 2014-07-29 09:27:28 -04:00
intro [1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samples 2014-08-02 10:26:08 +02:00
man
misc
ref [1.7.x] Removed notes for versions of SQLite older than 5 years. 2014-08-02 20:02:48 -04:00
releases [1.7.x] Updated MySQL links to version 5.6. 2014-08-02 10:27:26 -04:00
topics [1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs 2014-08-02 18:57:34 +02:00
conf.py
contents.txt
glossary.txt
index.txt [1.7.x] Fixed #22812 -- Refactored lookup API documentation. 2014-07-08 20:13:24 -04:00
make.bat
Makefile
README
spelling_wordlist

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/