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

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/