Carlton Gibson a67ebcb1cb Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups(). 6 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 48b327aef1 Fixed #29261 -- Doc'd the reason for LICENSE.python. 6 ani în urmă
howto eac9ab7ebb Removed parser.add_arguments() arguments that match the defaults. 6 ani în urmă
internals 4523beebb2 Corrected location of prenotfication email list. 6 ani în urmă
intro 40ff93310f Added help for common 404 error in tutorial 1. 6 ani în urmă
man 253fcff90f Updated man page for Django 2.1 alpha. 6 ani în urmă
misc 01f658644a Updated various links in docs to avoid redirects 7 ani în urmă
ref a67ebcb1cb Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups(). 6 ani în urmă
releases c0e3c65b9d Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite. 6 ani în urmă
topics 6429961418 Fixed typo in docs/topics/http/urls.txt. 6 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 9f6188bff3 Bumped version to 2.2 in docs. 6 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 a0b19a0f5b Refs #28643 -- Added math database functions. 6 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/