Tim Graham 91a431f48c Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering. 9 lat temu
..
_ext ccfb5c7408 Removed obsolete literals_to_xrefs.py script. 9 lat temu
_theme cb32292176 Made doc icons background transparent. 9 lat temu
faq 23073f9644 Added Django 1.10 to Python version support table. 9 lat temu
howto 1ce11f6064 Revised Windows install instructions for Python 3.5. 9 lat temu
internals 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 lat temu
intro 35440ceab7 Optimized docs images and documented the process. 9 lat temu
man 230d8c7301 Fixed #25578 -- Corrected the casing of "GitHub". 9 lat temu
misc 74365585e2 Fixed #25732 -- Updated template system design philosophy. 9 lat temu
ref 34669ea6b8 Fixed #25728 -- Fixed description of GEOSGeometry.contains(). 9 lat temu
releases 34bb6c0cb7 Refs #24937 -- Forwardport of 1.8.7 release note. 9 lat temu
topics 91a431f48c Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering. 9 lat temu
Makefile b327a614eb Added an "htmlview" target to open docs after building them. 10 lat temu
README 37b13033c6 Removed sudo from pip commands in docs. 10 lat temu
conf.py a1058e8d7c Bumped version; master is now 1.10 pre-alpha. 9 lat temu
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. 12 lat temu
glossary.txt 64982cc2fb Updated Wikipedia links to use https 9 lat temu
index.txt fd0949181f Fixed #24961 -- Added links to all auth docs pages from index. 9 lat temu
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 lat temu
spelling_wordlist f242ad27a4 Added "subpath" to spelling wordlist. 9 lat temu

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/