Tushar Malik 14251324e6 Added missing import in docs/topics/db/queries.txt. há 7 anos atrás
..
_ext 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. há 7 anos atrás
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. há 7 anos atrás
faq 01f658644a Updated various links in docs to avoid redirects há 7 anos atrás
howto 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. há 7 anos atrás
internals 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. há 7 anos atrás
intro 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. há 7 anos atrás
man 77b8d8cb6d Discouraged use of /tmp with predictable names. há 9 anos atrás
misc 01f658644a Updated various links in docs to avoid redirects há 7 anos atrás
ref 493f7e9e1e Fixed #28076 -- Added support for PostgreSQL's interval format to parse_duration(). há 7 anos atrás
releases 2328f2faf8 Added stub release notes for 1.11.4. há 7 anos atrás
topics 14251324e6 Added missing import in docs/topics/db/queries.txt. há 7 anos atrás
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. há 7 anos atrás
README 37b13033c6 Removed sudo from pip commands in docs. há 10 anos atrás
conf.py f370bfb108 Fixed docs build with Sphinx 1.6. há 7 anos atrás
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
index.txt 3f64fd2f75 Replaced docs/internals/team.txt with DSF teams page. há 8 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. há 12 anos atrás
spelling_wordlist 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. há 7 anos atrás

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/