Natalia 1c65c1bd72 [5.0.x] Added release date for 5.0.12 and 4.2.19. 2 nedēļas atpakaļ
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 gadu atpakaļ
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2 gadi atpakaļ
faq dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. 8 mēneši atpakaļ
howto dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. 8 mēneši atpakaļ
internals 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. 11 mēneši atpakaļ
intro 830340037b [5.0.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1. 7 mēneši atpakaļ
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. 1 gadu atpakaļ
misc a8f9c29d4b [5.0.x] Removed mention of designers in DTL design philosophy. 1 gadu atpakaļ
ref 19bed6d30c [5.0.x] Tweaked docs to avoid reformatting given new black version. 2 nedēļas atpakaļ
releases 1c65c1bd72 [5.0.x] Added release date for 5.0.12 and 4.2.19. 2 nedēļas atpakaļ
topics 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 5 mēneši atpakaļ
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 gadi atpakaļ
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 gadi atpakaļ
conf.py c8ce36bb7b [5.0.x] Fixed docs build on Sphinx 8.1+. 2 mēneši atpakaļ
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
index.txt dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. 8 mēneši atpakaļ
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 gadi atpakaļ
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 gadi atpakaļ
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. 1 gadu atpakaļ

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/