Mariusz Felisiak 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 1 anno fa
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 anno fa
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2 anni fa
faq ae35d5178b [5.0.x] Updated examples for 2.0+ release numbering in installation FAQ. 1 anno fa
howto 2822cafa3c [5.0.x] Corrected BaseCommand.check() signature in docs. 1 anno fa
internals 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 1 anno fa
intro 5d9be66c98 [5.0.x] Removed distracting note from tutorial 4. 1 anno fa
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. 1 anno fa
misc a8f9c29d4b [5.0.x] Removed mention of designers in DTL design philosophy. 1 anno fa
ref 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 1 anno fa
releases 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 1 anno fa
topics 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 1 anno fa
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 anni fa
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 anni fa
conf.py fbfa1b669a [5.0.x] Bumped django_next_version in docs config. 1 anno fa
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 anni fa
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 anni fa
index.txt d33368b4ab Added Django Forum to mailing lists page. 2 anni fa
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 anni fa
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 anni fa
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. 1 anno fa

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/