django/docs
Luke Plant 1a951fa8d4 Added info to release notes about CSRF improvements
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-31 21:29:35 +00:00
..
_ext
_theme/djangodocs
faq Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 2011-05-29 17:41:04 +00:00
howto Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 2011-05-29 17:41:04 +00:00
internals Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. 2011-05-31 09:42:19 +00:00
intro
man
misc
obsolete
ref Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. 2011-05-31 09:42:19 +00:00
releases Added info to release notes about CSRF improvements 2011-05-31 21:29:35 +00:00
topics Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus. 2011-05-30 12:11:10 +00:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00

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 on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` 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/