Aymeric Augustin 1d78897c5d Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference. 13 سال پیش
..
_ext e1ba9111ac Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed 13 سال پیش
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 سال پیش
faq 44a4037466 Fixed #17129 - Model FAQ: Link to south 13 سال پیش
howto 1d78897c5d Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference. 13 سال پیش
internals 9fa536dc4f Added note to coding-style.txt about how we should NOT be religious about line lengths. 13 سال پیش
intro 03aa030f07 Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito and claudep. 13 سال پیش
man 09ad6d1b88 Fixed a couple of minor errors in the django-admin(1) Unix man page. 13 سال پیش
misc d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 سال پیش
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 سال پیش
ref 1d78897c5d Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference. 13 سال پیش
releases 7981efe04f Documentation (and some small source code) edits from [17432] - [17537] 13 سال پیش
topics c1bdfd6f6f Changed various non-breaking space characters from [17478] to use the code representation rather than the actual character, which is too hard to overlook because it just looks like a space 13 سال پیش
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 سال پیش
README 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 سال پیش
conf.py 46671e9b68 Bump version numbers for 1.4 beta 1. 13 سال پیش
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 سال پیش
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 سال پیش
index.txt 268d737558 Fixed #16277 -- Changed the link to the IRC logs. 13 سال پیش
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 سال پیش

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/