django/docs
Sergey Fedoseev 51da347c32 Fixed #29795 -- Confirmed support for PostGIS 2.5. 2018-09-26 13:36:38 -04:00
..
_ext Updated contributing tutorial's virtual environment instructions. 2018-09-19 14:37:44 -04:00
_theme Refs #20910 -- Replaced snippet directive with code-block. 2018-09-10 13:00:34 -04:00
faq
howto Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
internals Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
intro Updated contributing tutorial's virtual environment instructions. 2018-09-19 14:37:44 -04:00
man
misc
ref Fixed #29795 -- Confirmed support for PostGIS 2.5. 2018-09-26 13:36:38 -04:00
releases Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
topics Normalized spelling of "lowercase" and "lowercased". 2018-09-25 10:30:18 -04:00
Makefile
README
conf.py Removed obsolete html_use_smartypants Sphinx option. 2018-09-18 11:51:04 -04:00
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist

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/