django/docs
2016-10-03 16:05:52 -04:00
..
_ext [1.9.x] Added a CVE role for Sphinx. 2016-09-26 18:22:19 -04:00
_theme
faq [1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt 2016-07-14 08:04:57 -04:00
howto [1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers. 2016-07-27 13:50:50 -04:00
internals
intro [1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial. 2016-08-24 09:00:12 -04:00
man
misc
ref [1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs. 2016-10-03 16:05:52 -04:00
releases [1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes. 2016-09-28 06:51:23 -04:00
topics [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. 2016-07-25 06:25:01 -04:00
conf.py [1.9.x] Added a CVE role for Sphinx. 2016-09-26 18:22:19 -04:00
contents.txt
glossary.txt
index.txt
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 ``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/