lufafajoshua 3a4a44978a [5.0.x] Fixed #34886 -- Modified sample use of lazy in delayed translations. hace 9 meses
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. hace 1 año
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. hace 2 años
faq dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. hace 9 meses
howto dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. hace 9 meses
internals 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. hace 1 año
intro 8850079fcb [5.0.x] Moved confirmation about dev server running to earlier in tutorial 1. hace 9 meses
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. hace 1 año
misc a8f9c29d4b [5.0.x] Removed mention of designers in DTL design philosophy. hace 1 año
ref 3925476ca0 [5.0.x] Made cosmetic edits to code snippets reformatted with blacken-docs. hace 10 meses
releases 0231bad10d [5.0.x] Updated release date for Django 5.0.7. hace 10 meses
topics 3a4a44978a [5.0.x] Fixed #34886 -- Modified sample use of lazy in delayed translations. hace 9 meses
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. hace 2 años
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. hace 5 años
conf.py fbfa1b669a [5.0.x] Bumped django_next_version in docs config. hace 1 año
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
index.txt dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. hace 9 meses
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. hace 2 años
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. hace 2 años
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. hace 1 año

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/