1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs
Tim Graham 5f919b9c81 Fixed #23094 -- Removed redundant argument in select_related() example.
Thanks thegeekofalltrades at gmail.com for the report.
2014-07-24 13:57:00 -04:00
..
_ext
_theme Made docs CSS for versionchanged/added more similar to docs.djangoproject.com. 2014-06-30 18:38:30 -04:00
faq
howto Fixed #22809 -- Added model Field API reference. 2014-07-10 06:03:04 -04:00
internals Replaced instances of 'his/her' with 'their'. 2014-07-21 19:49:12 +00:00
intro Added warning in tutorial 4 that the regex capture group name has changed. 2014-07-22 14:00:22 -04:00
man
misc
ref Fixed #23094 -- Removed redundant argument in select_related() example. 2014-07-24 13:57:00 -04:00
releases Added backwards incompatibility note for refs #22845; refs #23082. 2014-07-23 15:23:36 -04:00
topics Replaced instances of 'his/her' with 'their'. 2014-07-21 19:49:12 +00:00
conf.py
contents.txt
glossary.txt
index.txt Fixed #22812 -- Refactored lookup API documentation. 2014-07-08 20:05:49 -04:00
make.bat
Makefile
README
spelling_wordlist Fixed #22796 -- Added a more basic explanations of forms. 2014-06-24 14:55:22 -04:00

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

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-doc.org/