0
0
mirror of https://github.com/django/django.git synced 2024-11-28 21:43:13 +01:00
django/docs
2022-04-14 12:38:31 +02:00
..
_ext Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
_theme
faq
howto Fixed #33471 -- Made AlterField operation a noop when changing "choices". 2022-04-06 13:05:57 +02:00
internals Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset. 2022-04-06 07:58:52 +02:00
intro Updated various links to HTTPS and new locations. 2022-03-29 07:46:08 +02:00
man Rewrote strip_tags test file to lorem ipsum. 2022-03-08 14:50:06 +01:00
misc
ref Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
releases Refs #31169 -- Added release note for parallel test running changes. 2022-04-14 12:38:31 +02:00
topics Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
conf.py Updated bpo link to use redirect URI. 2022-04-13 13:27:41 +02:00
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README.rst
requirements.txt Rewrote strip_tags test file to lorem ipsum. 2022-03-08 14:50:06 +01:00
spelling_wordlist Changed some words to use inline markup. 2022-03-10 10:18:31 +01:00

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/