django/docs
Jozef 6993e1bf6d Fixed typo in docs/topics/testing/advanced.txt. 2021-03-17 18:10:33 +01:00
..
_ext
_theme
faq
howto
internals Updated link to Selenium webdrivers. 2021-03-09 11:29:54 +01:00
intro Updated Git branch "master" to "main". 2021-03-09 08:48:32 +01:00
man
misc
ref Fixed #32353 -- Confirmed support for PROJ 7.X. 2021-03-16 20:22:35 +01:00
releases Fixed #32529 -- Delayed creating a test suite in build_suite(). 2021-03-11 10:02:06 +01:00
topics Fixed typo in docs/topics/testing/advanced.txt. 2021-03-17 18:10:33 +01:00
Makefile
README.rst
conf.py Updated Git branch "master" to "main". 2021-03-09 08:48:32 +01:00
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt
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: https://www.sphinx-doc.org/