1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs
Claude Paroz 5e6ded2e58 Fixed #18363 -- Added Python 3 compatibility layer.
Thanks Vinay Sajip for the support of his django3 branch
and Alex Gaynor, kezabelle, YorikSar for the review.
2012-06-07 18:36:53 +02:00
..
_ext Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
_theme/djangodocs
faq Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
howto Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
internals Fixed #17933 -- Added intro note to writing-documentation.txt 2012-06-07 11:32:28 -05:00
intro Added alt attribute to img tags in docs. 2012-06-06 10:32:03 +02:00
man
misc
obsolete
ref Fixed #18363 -- Added Python 3 compatibility layer. 2012-06-07 18:36:53 +02:00
releases Fixed #14502 -- Added a verbatim template tag. 2012-06-07 09:59:14 +02:00
topics Fixed #18363 -- Added Python 3 compatibility layer. 2012-06-07 18:36:53 +02:00
conf.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
contents.txt
glossary.txt
index.txt Fixed #18363 -- Added Python 3 compatibility layer. 2012-06-07 18:36:53 +02:00
make.bat
Makefile
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:

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