Brett Cannon 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
..
_ext de0e54ea00 Bumped minimum Sphinx version to 1.6.0. il y a 7 ans
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. il y a 7 ans
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. il y a 7 ans
howto 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
internals 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
intro 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
man 3926d5d406 Updated man page for Django 2.0 alpha. il y a 7 ans
misc 01f658644a Updated various links in docs to avoid redirects il y a 7 ans
ref 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
releases 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
topics 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. il y a 7 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README 37b13033c6 Removed sudo from pip commands in docs. il y a 10 ans
conf.py cf8fc47974 Updated intersphinx_mapping URL for sphinx. il y a 7 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code il y a 7 ans
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. il y a 12 ans
spelling_wordlist 6d794fb762 Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). il y a 7 ans

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/