django/docs
Chinmoy Chakraborty 1dae65dc63 Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. 2023-10-03 10:44:36 +02:00
..
_ext
_theme
faq Added stub release notes for 5.1. 2023-09-18 22:12:40 +02:00
howto Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
internals Added updating the Django release process on Trac to release steps. 2023-09-19 08:21:22 -03:00
intro
man Updated man page for Django 5.0 alpha. 2023-09-18 09:25:34 -03:00
misc
ref Fixed #32602 -- Clarified wording of TestCase class. 2023-10-02 09:12:08 +02:00
releases Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. 2023-10-03 10:44:36 +02:00
topics Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. 2023-10-03 10:44:36 +02:00
Makefile
README.rst
conf.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02: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/