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. преди 6 години
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/