django/docs
Simon Meers df6e031408 Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13 00:48:30 +00:00
..
_ext
_theme/djangodocs
faq
howto Fixed #15989 -- typo in static-files howto. Thanks luizvital. 2011-05-09 22:30:31 +00:00
internals Fixed typo in deprecation docs. 2011-05-05 20:49:35 +00:00
intro
man
misc
obsolete
ref Fixes #15963 -- Misleading FileField.save documentation. Thanks for the report and patch, ejucovy. 2011-05-10 00:26:32 +00:00
releases Fixes #15588 -- 1.3 release documentation for FileField no longer deleting files unclear. Thanks for the patch, Philip Neustrom. 2011-05-10 00:19:02 +00:00
topics Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni 2011-05-13 00:48:30 +00:00
Makefile
README Added a README for building offline HTML docs. 2010-11-06 17:44:26 +00:00
conf.py
contents.txt Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 2010-12-27 23:58:16 +00:00
glossary.txt
index.txt

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