django/docs
Claude Paroz 60ceeda9d5 Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndication Feed class. Thanks Keryn Knight for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-02 19:50:28 +00:00
..
_ext Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed 2012-01-11 10:19:05 +00:00
_theme/djangodocs
faq Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
howto Fix a reST error. 2012-03-31 16:30:36 +00:00
internals Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
intro Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
man Removed the deprecated reset and sqlreset management commands. 2012-03-31 12:38:11 +00:00
misc Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
obsolete
ref Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndication Feed class. Thanks Keryn Knight for the report. 2012-04-02 19:50:28 +00:00
releases Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 2012-03-31 08:24:29 +00:00
topics Fixed #18040 -- Removed so-called project-level locale trees from the list of paths the translation loading process takes in account. 2012-03-31 22:24:24 +00:00
Makefile
README
conf.py Advanced version identifiers for 1.5 development cycle. 2012-03-31 19:39:28 +00:00
contents.txt
glossary.txt
index.txt Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
make.bat

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/