django/docs
2012-08-02 07:52:16 -04:00
..
_ext
_theme/djangodocs
faq Fixed #18601 -- Specified that Python minimum version is 2.6.5 2012-07-13 17:33:13 +02:00
howto Fixed #18626 -- rst syntax collision. 2012-07-15 11:25:13 +02:00
internals Reinstated Pinax link that was still in use by others. 2012-08-02 20:27:53 +10:00
intro Fixed #18476 - Added use of {% url %} tag to tutorial. 2012-07-29 18:14:26 -04:00
man
misc
obsolete
ref Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London. 2012-08-02 07:52:16 -04:00
releases Merge pull request #228 from nklas/master 2012-07-25 13:06:58 -07:00
topics Fixed #18472 - Added warning regarding set_language / i18n_patterns. 2012-08-02 20:45:55 +10:00
conf.py [py3] Documented coding guidelines for Python 3. 2012-07-22 10:29:07 +02:00
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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/