Jannis Leidel db512b4d8c Fixed the localization docs a little to point to the correct Transifex URL. Also reworded it a bit to follow the site's new UI. 13 lat temu
..
_ext e1ba9111ac Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed 13 lat temu
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 lat temu
faq 44a4037466 Fixed #17129 - Model FAQ: Link to south 13 lat temu
howto 54a1fa74bf Fixed #17842 - Typo in uWsgi docs; thanks mitnk. 13 lat temu
internals db512b4d8c Fixed the localization docs a little to point to the correct Transifex URL. Also reworded it a bit to follow the site's new UI. 13 lat temu
intro c0e73a4909 Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112. 13 lat temu
man 09ad6d1b88 Fixed a couple of minor errors in the django-admin(1) Unix man page. 13 lat temu
misc d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 lat temu
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 lat temu
ref dd246a62c7 Edited some docs and docstrings until [17685] 13 lat temu
releases ebc6fc9354 Added note to releases/1.4.txt about contrib.auth user password hash-upgrade sequence. Thanks, ericholscher 13 lat temu
topics dd246a62c7 Edited some docs and docstrings until [17685] 13 lat temu
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 lat temu
README c0e73a4909 Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112. 13 lat temu
conf.py 878ec9e646 Bump for 1.4 RC 1. 13 lat temu
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 lat temu
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 lat temu
index.txt 268d737558 Fixed #16277 -- Changed the link to the IRC logs. 13 lat temu
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 lat temu

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:

* 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/