django/docs
Aymeric Augustin 0bd58e0efb Test parallelization isn't implemented on Oracle. 2015-09-09 23:03:51 +02:00
..
_ext
_theme
faq Updated various links in docs 2015-08-08 13:57:15 +02:00
howto Refs #25345 -- Updated links to code.google.com. 2015-09-04 08:14:21 -04:00
internals Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute. 2015-09-08 19:13:43 -04:00
intro Fixed #25356 -- Removed default_app_config from startapp template. 2015-09-07 15:23:11 -04:00
man
misc Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
ref Test parallelization isn't implemented on Oracle. 2015-09-09 23:03:51 +02:00
releases Allowed a port range for the liveserver by default. 2015-09-09 23:01:16 +02:00
topics Allowed a port range for the liveserver by default. 2015-09-09 23:01:16 +02:00
Makefile
README
conf.py
contents.txt
glossary.txt Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
index.txt
make.bat
spelling_wordlist Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 2015-09-05 09:19:57 -04:00

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 ``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-doc.org/