django/docs
Mariusz Felisiak 4e4eda6d6c Added stub release notes for 4.2.1. 2023-04-03 11:17:54 +02:00
..
_ext
_theme
faq
howto
internals Fixed #34446 -- Removed unneeded and incorrect example in coding style docs. 2023-03-30 11:06:52 +02:00
intro
man
misc Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
ref
releases Added stub release notes for 4.2.1. 2023-04-03 11:17:54 +02:00
topics Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
Makefile
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt
spelling_wordlist Fixed #34146 -- Added 3rd-party lib tutorial step. 2023-02-07 15:26:37 +01:00

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/