django/docs
Mariusz Felisiak 2c66f340bb [2.2.x] Added stub release notes for 2.2.5.
Backport of 1af469e67f from master
2019-08-03 11:28:47 +02:00
..
_ext
_theme
faq
howto [2.2.x] Updated WSGI servers ordering according to the more commonly used. 2019-07-16 14:44:29 +02:00
internals [2.2.x] Changed tuple choices to list in docs. 2019-05-15 14:41:01 +02:00
intro [2.2.x] Fixed explanation of how to automatically create tables in database. 2019-07-15 15:24:44 +02:00
man [2.2.x] Updated man page for Django 2.2. 2019-07-01 07:54:32 +02:00
misc
ref [2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs. 2019-08-02 16:47:00 +02:00
releases [2.2.x] Added stub release notes for 2.2.5. 2019-08-03 11:28:47 +02:00
topics [2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs. 2019-07-29 10:10:00 +02:00
conf.py
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README
spelling_wordlist

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/