Alex Gaynor 19e1a3556f Fix a reST foul up. před 13 roky
..
_ext e1ba9111ac Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed před 13 roky
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. před 14 roky
faq 44a4037466 Fixed #17129 - Model FAQ: Link to south před 13 roky
howto 62dc16dcd8 Fixed #17625 -- Mention in the management command docs that modules with an underscore prefix are ignored and not dissplayed in the list of commands. před 13 roky
internals ef926192fd Updated my bio. před 13 roky
intro 6ecadcbdd2 Made a bunch more edits up until [17418] před 13 roky
man 09ad6d1b88 Fixed a couple of minor errors in the django-admin(1) Unix man page. před 13 roky
misc d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] před 13 roky
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. před 14 roky
ref 6072e108e2 Fixed #17693. Input validation and tests for base36 conversion utils. Thanks Keryn Knight for the report. před 13 roky
releases 19e1a3556f Fix a reST foul up. před 13 roky
topics 41256d2341 Fixed #17652 -- Removed all mentions to Windmill from the docs as that project doesn't integrate well with Django at this time. před 13 roky
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. před 14 roky
README 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. před 13 roky
conf.py 46671e9b68 Bump version numbers for 1.4 beta 1. před 13 roky
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. před 14 roky
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. před 13 roky
index.txt 268d737558 Fixed #16277 -- Changed the link to the IRC logs. před 13 roky
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. před 13 roky

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/