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

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/