David Smith 9be36f8044 Refs #31026 -- Improved BoundField.label_tag() 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 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. há 3 anos atrás
howto 97237ad3fe Removed versionadded/changed annotations for 3.2. há 3 anos atrás
internals a31edf43b6 Dropped easy_install example from Release How-To. há 3 anos atrás
intro 9466fd7842 Recommended using .tables on SQLite in tutorial 2. 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 9be36f8044 Refs #31026 -- Improved BoundField.label_tag() docs. há 3 anos atrás
releases 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. 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 e76f9d5b44 Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+. 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/