Jon Dufresne 3a3d159ab6 Refs #29784 -- Changed Python f-string link to use intersphinx. 6 年之前
..
_ext c99d379f53 Updated contributing tutorial's virtual environment instructions. 6 年之前
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 年之前
faq 48b327aef1 Fixed #29261 -- Doc'd the reason for LICENSE.python. 6 年之前
howto 25f4302349 Emphasized that TemplatesSetting must be used to override widget templates. 6 年之前
internals 1b1f64ee5a Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. 6 年之前
intro c99d379f53 Updated contributing tutorial's virtual environment instructions. 6 年之前
man 253fcff90f Updated man page for Django 2.1 alpha. 6 年之前
misc 01f658644a Updated various links in docs to avoid redirects 7 年之前
ref 9cbdb44014 Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. 6 年之前
releases 9cbdb44014 Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. 6 年之前
topics 3a3d159ab6 Refs #29784 -- Changed Python f-string link to use intersphinx. 6 年之前
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 年之前
README 37b13033c6 Removed sudo from pip commands in docs. 10 年之前
conf.py 7ed4713a90 Removed obsolete html_use_smartypants Sphinx option. 6 年之前
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 年之前
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
spelling_wordlist d6381d3559 Fixed #28990 -- Added autosummarize parameter to BrinIndex. 6 年之前

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/