nessita e359f05b49 Updated docs for updating translations in docs/internals/howto-release-django.txt. hace 11 meses
..
_ext 305757aec1 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 0d5e9a32eb Updated examples for 2.0+ release numbering in installation FAQ. hace 1 año
howto 20848bcf39 Fixed typos in docstrings and docs. hace 1 año
internals e359f05b49 Updated docs for updating translations in docs/internals/howto-release-django.txt. hace 11 meses
intro e279c724c1 Fixed #35347 -- Clarified choice_set attribute in tutorial 2. hace 1 año
man 3eb7051161 Updated man page for Django 5.0 alpha. hace 1 año
misc 6f2c7cf6b4 Removed mention of designers in DTL design philosophy. hace 1 año
ref ca5cd3e3e8 Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs. hace 1 año
releases 42435fc55c Fixed #35361 -- Added release notes for 4.2.12 and 5.0.5 for backport of b231bcd19e57267ce1fc21d42d46f0b65fdcfcf8. hace 11 meses
topics ba4ffdc877 Refs #31710 -- Improved multiple file upload docs. hace 1 año
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 b9a25b69ae Bumped version; main is now 5.1 pre-alpha. 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 4eb4ab4122 Reorganized the Contributing to Django docs. hace 1 año
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 7a05b8a2fa Fixed #24018 -- Allowed setting pragma options on SQLite. 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/