Tim Graham cc4bb110d3 Removed usage of deprecated sphinx APIs. преди 6 години
..
_ext cc4bb110d3 Removed usage of deprecated sphinx APIs. преди 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 c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. преди 6 години
internals c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. преди 6 години
intro c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. преди 6 години
man 253fcff90f Updated man page for Django 2.1 alpha. преди 6 години
misc 01f658644a Updated various links in docs to avoid redirects преди 7 години
ref c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. преди 6 години
releases c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. преди 6 години
topics 28dac56aed Fixed #16995 -- Clarified interaction of initial and extra with model formsets. преди 6 години
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. преди 7 години
README 37b13033c6 Removed sudo from pip commands in docs. преди 10 години
conf.py 44f98f7880 Replaced CVE/ticket roles with extlinks. преди 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/