django/docs
Ben Demboski fc8f097117 Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend. 2016-08-06 08:41:41 -04:00
..
_ext Added copy-to-clipboard support for all code snippets 2016-07-06 17:11:59 +02:00
_theme
faq Fixed #26894 -- Fixed a typo in docs/faq/admin.txt 2016-07-14 08:02:11 -04:00
howto Removed extra periods in docs/howto/static-files/index.txt headers. 2016-07-27 13:50:31 -04:00
internals Fixed a few grammar issues in working-with-git doc. 2016-08-06 08:11:48 -04:00
intro Reworded a sentence in tutorial 7. 2016-07-14 07:50:29 -04:00
man
misc
ref Fixed #26808 -- Added Meta.indexes for class-based indexes. 2016-08-05 18:12:51 -04:00
releases Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend. 2016-08-06 08:41:41 -04:00
topics Edited docs of test.utils.setup/teardown_test_environment(). 2016-08-05 17:38:49 -04:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist Fixed #22446 -- Added tox.ini to automate pull request checks. 2016-07-20 14:06:28 -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/