django/docs
Simon Willison 4525d689e9 Refs #33646 -- Fixed link markup in queries topic doc. 2022-05-18 17:39:59 +02:00
..
_ext
_theme
faq Added stub release notes for 4.2. 2022-05-17 14:22:06 +02:00
howto Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
internals Advanced deprecation warnings for Django 4.2. 2022-05-17 14:22:06 +02:00
intro Fixed #27471 -- Made admin's filter choices collapsable. 2022-04-26 08:44:31 +02:00
man Updated man page for Django 4.1 alpha. 2022-05-17 11:21:08 +02:00
misc
ref Refs #30581 -- Updated count of steps in model validation docs. 2022-05-18 11:38:15 +02:00
releases Fixed #33713 -- Dropped support for MariaDB 10.3. 2022-05-18 08:38:08 +02:00
topics Refs #33646 -- Fixed link markup in queries topic doc. 2022-05-18 17:39:59 +02:00
Makefile Fixed docs build with Sphinx 1.6. 2017-05-24 09:13:26 -04:00
README.rst
conf.py
contents.txt
glossary.txt
index.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
make.bat
requirements.txt Rewrote strip_tags test file to lorem ipsum. 2022-03-08 14:50:06 +01:00
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/