Samir Shah 10b44e4525 Fixed #26688 -- Fixed HTTP request logging inconsistencies. 7 年 前
..
_ext de0e54ea00 Bumped minimum Sphinx version to 1.6.0. 7 年 前
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 年 前
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 年 前
howto d0b04c6308 Fixed #29360 -- Removed Fabric examples in docs. 7 年 前
internals 5d022eae74 Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index. 7 年 前
intro c2598a6f4d Clarified wording in tutorial text. 7 年 前
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 年 前
misc 01f658644a Updated various links in docs to avoid redirects 7 年 前
ref 21fd8041c1 Refs #29358 -- Corrected wording in primary key check message. 7 年 前
releases c02953ebbc Added stub release notes for 2.0.6. 7 年 前
topics 10b44e4525 Fixed #26688 -- Fixed HTTP request logging inconsistencies. 7 年 前
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 年 前
README 37b13033c6 Removed sudo from pip commands in docs. 10 年 前
conf.py cf8fc47974 Updated intersphinx_mapping URL for sphinx. 7 年 前
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 d0b04c6308 Fixed #29360 -- Removed Fabric examples in docs. 7 年 前

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/