Mariusz Felisiak 8b6d0333cf Advanced deprecation warnings for Django 4.1. il y a 3 ans
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". il y a 3 ans
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. il y a 3 ans
faq 810bca5a1a Added stub release notes for 4.1. il y a 3 ans
howto 97237ad3fe Removed versionadded/changed annotations for 3.2. il y a 3 ans
internals 8b6d0333cf Advanced deprecation warnings for Django 4.1. il y a 3 ans
intro 475cffd1d6 Fixed typo in docs/intro/reusable-apps.txt. il y a 3 ans
man c1689e65ff Updated man page for Django 4.0 alpha. il y a 3 ans
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. il y a 3 ans
ref d25710a625 Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline. il y a 3 ans
releases 737fa72ae3 Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieStorage. il y a 3 ans
topics 05f3a6186e Refs #32193 -- Removed MemcachedCache per deprecation timeline. il y a 3 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. il y a 5 ans
conf.py a7dc745ee5 Bumped version; main is now 4.1 pre-alpha. il y a 3 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. il y a 3 ans
make.bat 7582d913e7 Added spelling option to make.bat. il y a 3 ans
requirements.txt 9f125fce79 Used GitHub actions for docs tests. il y a 4 ans
spelling_wordlist ec212c6616 Fixed #33012 -- Added Redis cache backend. il y a 3 ans

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/