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

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/