django/docs
Tim Graham e376558ed2 Fixed #16936 - Updated javascript for CSRF protection.
Thanks Idan Gazit for the patch.
2012-09-01 06:03:01 -04:00
..
_ext
_theme/djangodocs
faq
howto
internals
intro
man
misc
obsolete
ref Fixed #16936 - Updated javascript for CSRF protection. 2012-09-01 06:03:01 -04:00
releases Added 1.4.1 and 1.3.2 release notes 2012-08-31 20:35:50 +02:00
topics Merge pull request #310 from juanpex/master 2012-08-31 04:59:59 -07:00
Makefile
README
conf.py
contents.txt
glossary.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00
index.txt
make.bat

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/