django/docs
Adam Johnson e4bc4f26b2 Made examples concrete in upgrade documentation. 2020-01-21 13:02:14 +01:00
..
_ext
_theme
faq
howto Made examples concrete in upgrade documentation. 2020-01-21 13:02:14 +01:00
internals Clarified backport policy for regressions. 2020-01-15 15:52:03 +01:00
intro Added note about incomplete HTML in tutorial 3. 2020-01-17 15:28:31 +01:00
man
misc
ref Added missing backtick in instances docs. 2020-01-17 20:26:36 +01:00
releases Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. 2020-01-16 15:25:49 +01:00
topics Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive. 2020-01-16 13:39:16 +01:00
Makefile
README.rst Improved ReST formatting in docs/README.rst. 2020-01-09 14:10:27 +01:00
conf.py
contents.txt
glossary.txt
index.txt Fixed typo in docs/index.txt. 2020-01-03 07:53:31 +01:00
make.bat
spelling_wordlist

README.rst

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

It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
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 ``python -m 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.

.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: http://sphinx-doc.org