1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/docs
2012-03-31 14:50:54 +00:00
..
_ext
_theme/djangodocs
faq Fixed -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
howto Fixed -- Removed leftover mod_python files forgotten in r17835. 2012-03-31 14:50:54 +00:00
internals Fixed -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
intro Fixed -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
man Removed the deprecated reset and sqlreset management commands. 2012-03-31 12:38:11 +00:00
misc
obsolete
ref Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
releases Fixed -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
topics Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
conf.py
contents.txt
glossary.txt
index.txt Fixed -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
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/