Jannis Leidel 954e3b4ad3 Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 13 vuotta sitten
..
_ext e1ba9111ac Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed 13 vuotta sitten
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 vuotta sitten
faq 44a4037466 Fixed #17129 - Model FAQ: Link to south 13 vuotta sitten
howto 442ab475c8 Edited deployment doc changes from [17338] 13 vuotta sitten
internals ef926192fd Updated my bio. 13 vuotta sitten
intro 6ecadcbdd2 Made a bunch more edits up until [17418] 13 vuotta sitten
man a9a0f0b03f Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 13 vuotta sitten
misc d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 vuotta sitten
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 vuotta sitten
ref 6ecadcbdd2 Made a bunch more edits up until [17418] 13 vuotta sitten
releases 6ecadcbdd2 Made a bunch more edits up until [17418] 13 vuotta sitten
topics 954e3b4ad3 Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 13 vuotta sitten
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 vuotta sitten
README 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 vuotta sitten
conf.py 0e29e48c05 Bump to 1.4 alpha 1. 13 vuotta sitten
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 vuotta sitten
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 vuotta sitten
index.txt 268d737558 Fixed #16277 -- Changed the link to the IRC logs. 13 vuotta sitten
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 vuotta sitten

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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 on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_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/