Nicolas Noé 3246ad1065 Fixed #27480 -- Added cache.touch(). 7 ani în urmă
..
_ext de0e54ea00 Bumped minimum Sphinx version to 1.6.0. 7 ani în urmă
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 ani în urmă
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 ani în urmă
howto 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 7 ani în urmă
internals 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 7 ani în urmă
intro c2598a6f4d Clarified wording in tutorial text. 7 ani în urmă
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 ani în urmă
misc 01f658644a Updated various links in docs to avoid redirects 7 ani în urmă
ref 5d923f2d8c Fixed #29313 -- Doc'd how to use F() to sort null values. 7 ani în urmă
releases 3246ad1065 Fixed #27480 -- Added cache.touch(). 7 ani în urmă
topics 3246ad1065 Fixed #27480 -- Added cache.touch(). 7 ani în urmă
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 ani în urmă
README 37b13033c6 Removed sudo from pip commands in docs. 10 ani în urmă
conf.py cf8fc47974 Updated intersphinx_mapping URL for sphinx. 7 ani în urmă
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 ani în urmă
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 ani în urmă
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 ani în urmă
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 ani în urmă
spelling_wordlist 6d794fb762 Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). 7 ani în urmă

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/