Justin Bronn 05e29716b4 Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues. 13 anni fa
..
_ext 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx 14 anni fa
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 anni fa
faq efd682e436 Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eagle eyes. 13 anni fa
howto 5fbf5fd3dd Fixed #16793. Added more cross referencing to the load tag's documentation. Thanks to bluejeansummer for the patch. 13 anni fa
internals 05e29716b4 Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues. 13 anni fa
intro 7bca049f1c Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for the report and patch. 13 anni fa
man ce165f7bbf Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively. 13 anni fa
misc 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 anni fa
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 anni fa
ref 05e29716b4 Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues. 13 anni fa
releases b557810207 Added basic release notes for 1.2.6 and 1.3.1. 13 anni fa
topics fee2d1877f Fixed #16280. Document that both args and kwargs cannot be passed to reverse at the same time. 13 anni fa
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 anni fa
README 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 anni fa
conf.py 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 anni fa
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 anni fa
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 anni fa
index.txt aad6f21b29 Fixed #16057 -- Extended deployment documentation with instructions for uWSGI. Thanks, jpic and aaugustin. 13 anni fa
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 anni fa

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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 on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_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.pocoo.org/