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/