Skip to content

Files

This branch is 5827 commits behind django/django:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 2, 2018
Sep 10, 2018
Oct 4, 2019
Oct 25, 2019
Oct 23, 2019
Oct 15, 2019
Sep 10, 2019
May 22, 2017
Oct 25, 2019
Oct 24, 2019
Oct 18, 2019
May 24, 2017
Apr 18, 2019
Sep 10, 2019
Jan 22, 2016
Jan 22, 2016
Sep 9, 2019
Jan 2, 2013
Sep 4, 2019
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 ``python -m 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/