Joel Farthing 2f14432375 Fixed #33128 -- Corrected possessive 's usage in FormSet docs. há 3 anos atrás
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". há 3 anos atrás
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. há 3 anos atrás
faq 810bca5a1a Added stub release notes for 4.1. há 3 anos atrás
howto 97237ad3fe Removed versionadded/changed annotations for 3.2. há 3 anos atrás
internals 8b6d0333cf Advanced deprecation warnings for Django 4.1. há 3 anos atrás
intro 475cffd1d6 Fixed typo in docs/intro/reusable-apps.txt. há 3 anos atrás
man c1689e65ff Updated man page for Django 4.0 alpha. há 3 anos atrás
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. há 3 anos atrás
ref 1d16dbc745 Fixed broken links and redirects in docs. há 3 anos atrás
releases b0ed619303 Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom. há 3 anos atrás
topics 2f14432375 Fixed #33128 -- Corrected possessive 's usage in FormSet docs. há 3 anos atrás
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. há 7 anos atrás
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. há 5 anos atrás
conf.py a7dc745ee5 Bumped version; main is now 4.1 pre-alpha. há 3 anos atrás
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. há 3 anos atrás
make.bat 7582d913e7 Added spelling option to make.bat. há 3 anos atrás
requirements.txt 9f125fce79 Used GitHub actions for docs tests. há 4 anos atrás
spelling_wordlist ec212c6616 Fixed #33012 -- Added Redis cache backend. há 3 anos atrás

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/