Tim Graham ac4aa8a76c Documented that contrib.sites creates a default site. před 12 roky
..
_ext 865cd35c9b Made more extensive usage of context managers with open. před 13 roky
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. před 14 roky
faq 7b57a72d6d Merge pull request #485 from asparagui/add_period před 12 roky
howto bc00075d51 Fixed #19208 -- Docs for mod_wsgi daemon mode před 12 roky
internals aee9c7b094 Added a note and link to CLA from contributing docs před 12 roky
intro 2dbfa66f4d Fixed #19289 - Removed an out of place sentence in tutorial 2. před 12 roky
man 5c53e30607 Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. před 13 roky
misc a451d2b4a2 Replaced mentions of Subversion by Git in docs před 12 roky
ref ac4aa8a76c Documented that contrib.sites creates a default site. před 12 roky
releases 44046e8a38 Fixed #18985 -- made DeprecationWarnings loud před 12 roky
topics 1e34fd3c03 fixed a broken link in the docs před 12 roky
Makefile a79d920a56 Fixed #19266 -- Added Texinfo documentation target před 12 roky
README 8198a1923e Fixed #18928. Tightened language in docs/README. před 12 roky
conf.py a79d920a56 Fixed #19266 -- Added Texinfo documentation target před 12 roky
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. před 12 roky
glossary.txt c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. před 12 roky
index.txt 08cf54990a Fixed #16671 - Added a tutorial on reuseable apps před 12 roky
make.bat a79d920a56 Fixed #19266 -- Added Texinfo documentation target před 12 roky

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 ``sudo 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.pocoo.org/