django/docs
Sergey Fedoseev 37b28c9d7a [1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.
Backport of 075f13e44f master
2017-03-23 13:08:46 -04:00
..
_ext Fixed missing versionadded/changed annotations on docs.djangoproject.com. 2016-12-14 14:31:29 -05:00
_theme Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
faq [1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt. 2017-03-21 08:43:09 -04:00
howto [1.11.x] Fixed typo in docs/howto/custom-template-tags.txt. 2017-03-01 15:42:17 -05:00
internals [1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing docs. 2017-03-21 10:46:03 -04:00
intro [1.11.x] Used "0" ip shortcut for runserver example. 2017-02-21 19:13:22 -05:00
man [1.11.x] Updated man page for Django 1.11 alpha. 2017-01-17 19:20:49 -05:00
misc Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
ref [1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid lookup. 2017-03-23 13:08:46 -04:00
releases [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 2017-03-21 17:40:04 +01:00
topics [1.11.x] Removed extra characters in docs header underlines. 2017-03-20 18:31:28 -04:00
Makefile Added an "htmlview" target to open docs after building them. 2014-12-08 07:23:34 -05:00
README Removed sudo from pip commands in docs. 2014-09-22 15:49:48 -04:00
conf.py [1.11.x] Bumped django_next_version in docs config. 2017-01-17 19:03:15 -05:00
contents.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
glossary.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
index.txt [1.11.x] Replaced docs/internals/team.txt with DSF teams page. 2017-03-14 16:37:04 -04:00
make.bat Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
spelling_wordlist Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00

README

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