Sarah Boyce 9a3f86e960 Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline. преди 3 месеца
..
_ext 289f48c71b Fixed typo in source file linking Sphinx extension. преди 9 месеца
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. преди 2 години
faq 9b5ad4056c Added stub release notes for 6.0. преди 2 месеца
howto fc28550fe4 Fixed #35515 -- Added automatic model imports to shell management command. преди 2 месеца
internals 810edfd742 Removed versionadded/changed annotations for 5.1. преди 2 месеца
intro fc28550fe4 Fixed #35515 -- Added automatic model imports to shell management command. преди 2 месеца
man 051acc5c48 Updated man page for Django 5.2 alpha. преди 2 месеца
misc 6f2c7cf6b4 Removed mention of designers in DTL design philosophy. преди 1 година
ref 9a3f86e960 Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline. преди 2 месеца
releases 9a3f86e960 Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline. преди 2 месеца
topics 9cb1ffa67b Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline. преди 2 месеца
Makefile 0977ec671a Added parallelism support via --jobs to docs build Makefile rule. преди 4 месеца
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. преди 5 години
conf.py 96700c7b37 Bumped version; main is now 6.0 pre-alpha. преди 2 месеца
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. преди 9 години
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. преди 9 години
index.txt 85240139ca Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. преди 9 месеца
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. преди 2 години
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. преди 2 години
spelling_wordlist 6f6b261c3e Removed unused and unnecessary words from docs/spelling_wordlist. преди 3 месеца

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/