Tim Graham d293d68f6a Removed dead links to botbot.me. před 6 roky
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. před 6 roky
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. před 6 roky
faq 48b327aef1 Fixed #29261 -- Doc'd the reason for LICENSE.python. před 6 roky
howto cecd656184 Simplified deployment checklist docs on customizing error views. před 6 roky
internals f82be9ebc7 Fixed #29934 -- Added sqlparse as a require dependency. před 6 roky
intro 413583e2e2 Fixed #29933 -- Fixed typo in docs/intro/contributing.txt. před 6 roky
man 253fcff90f Updated man page for Django 2.1 alpha. před 6 roky
misc 01f658644a Updated various links in docs to avoid redirects před 7 roky
ref 0b98e8fdad Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt. před 6 roky
releases f82be9ebc7 Fixed #29934 -- Added sqlparse as a require dependency. před 6 roky
topics f892781b95 Fixed #28606 -- Deprecated CachedStaticFilesStorage. před 6 roky
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. před 7 roky
README 37b13033c6 Removed sudo from pip commands in docs. před 10 roky
conf.py 7ed4713a90 Removed obsolete html_use_smartypants Sphinx option. před 6 roky
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
index.txt d293d68f6a Removed dead links to botbot.me. před 6 roky
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. před 12 roky
spelling_wordlist d6381d3559 Fixed #28990 -- Added autosummarize parameter to BrinIndex. před 6 roky

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/