django/docs
Burak Kadir Er 1be9585d73
Fixed #33721 -- Added DE-9IM link in GEOS docs.
2022-05-20 16:47:10 +02:00
..
_ext Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
_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 Fixed #33721 -- Added DE-9IM link in GEOS docs. 2022-05-20 16:47:10 +02:00
releases Fixed #33717 -- Dropped support for PostgreSQL 11. 2022-05-19 09:26:48 +02:00
topics Removed unnecessary semicolons in docs about performing raw SQL. 2022-05-19 10:38:22 +02:00
Makefile
README.rst
conf.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02:00
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt Rewrote strip_tags test file to lorem ipsum. 2022-03-08 14:50:06 +01:00
spelling_wordlist Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02: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/