Jan Pieter Waagmeester 24959e48d9 Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings. 7 gadi atpakaļ
..
_ext de0e54ea00 Bumped minimum Sphinx version to 1.6.0. 7 gadi atpakaļ
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 gadi atpakaļ
faq 74a313942c Added stub 2.2 release notes. 6 gadi atpakaļ
howto e95008f241 Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands. 6 gadi atpakaļ
internals 7409d21a5e Clarified sentence about removal of inline flag support in url(). 6 gadi atpakaļ
intro 40ff93310f Added help for common 404 error in tutorial 1. 6 gadi atpakaļ
man 253fcff90f Updated man page for Django 2.1 alpha. 6 gadi atpakaļ
misc 01f658644a Updated various links in docs to avoid redirects 7 gadi atpakaļ
ref fa453b03a6 Fixed #29507 -- Added Oracle support for Envelope GIS function. 6 gadi atpakaļ
releases 24959e48d9 Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings. 6 gadi atpakaļ
topics 24959e48d9 Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings. 6 gadi atpakaļ
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 gadi atpakaļ
README 37b13033c6 Removed sudo from pip commands in docs. 10 gadi atpakaļ
conf.py 9f6188bff3 Bumped version to 2.2 in docs. 6 gadi atpakaļ
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 gadi atpakaļ
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 gadi atpakaļ
spelling_wordlist d0b04c6308 Fixed #29360 -- Removed Fabric examples in docs. 7 gadi atpakaļ

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/