Alexey Opalev 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 8 years ago
..
_ext dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 years ago
_theme 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 years ago
faq 29f607927f Fixed spelling of "nonexistent". 8 years ago
howto 103e6cf26c Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome. 8 years ago
internals c31e7ab5a4 Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg. 8 years ago
intro 7d20a7d88a Used "0" ip shortcut for runserver example. 8 years ago
man 77b8d8cb6d Discouraged use of /tmp with predictable names. 9 years ago
misc bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
ref 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 8 years ago
releases 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 8 years ago
topics 5f3a689f71 Imported django.http classes instead of django.http. 8 years ago
Makefile b327a614eb Added an "htmlview" target to open docs after building them. 10 years ago
README 37b13033c6 Removed sudo from pip commands in docs. 10 years ago
conf.py f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 years ago
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
index.txt 3d14cbc867 Removed docs/internals/roles.txt. 8 years ago
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
spelling_wordlist b52c73008a Fixed #15667 -- Added template-based widget rendering. 8 years ago

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/