django/docs
Tim Graham db8f462494 Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt. 2016-01-08 09:36:58 -05:00
..
_ext
_theme
faq
howto Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt. 2016-01-08 09:36:58 -05:00
internals Refs #25746 -- Added a test utility to isolate inlined model registration. 2016-01-06 20:00:07 -05:00
intro Added a missing import in tutorial 3. 2016-01-02 09:39:25 -05:00
man Discouraged use of /tmp with predictable names. 2015-12-24 09:54:33 -05:00
misc
ref Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and locale formats. 2016-01-07 14:32:18 -05:00
releases Refs #24855 -- fixed typo in 1.10 release notes 2016-01-07 11:38:47 -05:00
topics Fixed #24855 -- Allowed using contrib.auth.login() without credentials. 2016-01-07 08:56:07 -05:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt Fixed #26003 -- Added "how the documentation is organized" sections. 2015-12-31 11:35:00 -05:00
make.bat
spelling_wordlist

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/