django/docs
Juan Catalano 1ddeeb5b8e Removed unused imports. 2013-04-20 17:18:29 +02:00
..
_ext Removed unused imports. 2013-04-20 17:18:29 +02:00
_theme/djangodocs Fixed #18789 - Fixed some text wrap issues with methods in the docs. 2013-02-19 10:25:26 -05:00
faq Fixed #15379 - Added "how to cite Django" to FAQ. 2013-03-29 16:48:07 -04:00
howto Fixed #20286 - Typo in static files docs. 2013-04-18 13:41:55 -04:00
internals Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. 2013-04-20 17:18:21 +02:00
intro Updated tutorial INSTALLED_APPS section (removed contrib.sites) 2013-04-20 11:34:35 +02:00
man
misc Fixed #19728 - Updated API stability doc to reflect current meaning of "stable". 2013-02-19 18:19:50 -05:00
ref Complemented documentation following commit be9ae693c 2013-04-18 20:38:07 +02:00
releases Complemented documentation following commit be9ae693c 2013-04-18 20:38:07 +02:00
topics Explained the pattern for special methods compatibility. 2013-04-19 09:53:50 +02:00
Makefile
README
conf.py Fixed #19699 - Removed "Please see the release notes" from versionadded/changed directives 2013-02-09 09:16:10 -05:00
contents.txt
glossary.txt
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
make.bat

README

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 ``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/