Adrian Holovaty d3055b3382 Quick edit of docs/topics/security.txt to catch some basic formatting problems and reword an awkward section 13 gadi atpakaļ
..
_ext c61987d75a Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 13 gadi atpakaļ
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 gadi atpakaļ
faq 44a4037466 Fixed #17129 - Model FAQ: Link to south 13 gadi atpakaļ
howto 6bfae3de7c Fixed #17309 -- Typo in the IGNORABLE_404_URLS example. 13 gadi atpakaļ
internals 3f003a3c4b Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft 13 gadi atpakaļ
intro 9b8e211dd3 Fixed #17028 - Changed diveintopython.org -> diveintopython.net 13 gadi atpakaļ
man ce165f7bbf Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively. 13 gadi atpakaļ
misc d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 gadi atpakaļ
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 gadi atpakaļ
ref fefbb66bac Fixed #17322 -- Added an example import statement to the HttpResponse docs. Thanks, RoySmith 13 gadi atpakaļ
releases 3f003a3c4b Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft 13 gadi atpakaļ
topics d3055b3382 Quick edit of docs/topics/security.txt to catch some basic formatting problems and reword an awkward section 13 gadi atpakaļ
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 gadi atpakaļ
README 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 gadi atpakaļ
conf.py 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 gadi atpakaļ
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 gadi atpakaļ
glossary.txt 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 gadi atpakaļ
index.txt 268d737558 Fixed #16277 -- Changed the link to the IRC logs. 13 gadi atpakaļ
make.bat 8f7b5024b2 Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin. 13 gadi atpakaļ

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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 on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_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.pocoo.org/