0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs
2012-04-20 12:58:32 +00:00
..
_ext
_theme/djangodocs
faq
howto Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley Ayers for the patch. 2012-04-11 02:03:59 +00:00
internals
intro Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no objects were found. 2012-04-20 11:09:32 +00:00
man
misc
obsolete
ref Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflect r17466. Thanks arthurprat for the report. 2012-04-20 12:58:32 +00:00
releases Fixed #18078 -- Linked more prominently to the removed features in the release notes. Thanks ptone for the text. 2012-04-14 06:40:20 +00:00
topics Added more explicit warnings about unconfigured reStructured Text usage in docs. 2012-04-19 15:00:55 +00:00
conf.py
contents.txt
glossary.txt
index.txt
make.bat
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:

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