1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs
2011-05-09 22:59:52 +00:00
..
_ext
_theme/djangodocs
faq Fixed #14091 - be more correct about logging queries in connection.queries. 2011-04-22 12:14:54 +00:00
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 Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
ref Added clarifying note to docs for CSRF_COOKIE_DOMAIN 2011-05-09 22:59:52 +00:00
releases Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +00:00
topics Added TestCase.settings context manager to easily override settings in test methods. 2011-05-06 13:29:24 +00:00
conf.py
contents.txt
glossary.txt
index.txt
Makefile
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/