Carlton Gibson 9fed515a25 Fixed #33585 -- Made example git repo URLs use HTTPS protocol. hace 3 años
..
_ext 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. hace 3 años
_theme 7c4f396509 Stopped including type="text/css" attributes for CSS link tags. hace 3 años
faq 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. hace 3 años
howto f77216bd1a Refs #28592 -- Improved some headings in CSRF how-to. hace 3 años
internals 9fed515a25 Fixed #33585 -- Made example git repo URLs use HTTPS protocol. hace 3 años
intro 653daaa60c Refs #31676 -- Used term "merger" instead of "committer" in docs. hace 3 años
man a45f28f0ec Rewrote strip_tags test file to lorem ipsum. hace 3 años
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. hace 3 años
ref 39ae8d740e Added missing backticks to function names. hace 3 años
releases 39ae8d740e Added missing backticks to function names. hace 3 años
topics 39ae8d740e Added missing backticks to function names. hace 3 años
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. hace 7 años
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. hace 5 años
conf.py a45f28f0ec Rewrote strip_tags test file to lorem ipsum. hace 3 años
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 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. hace 3 años
make.bat 7582d913e7 Added spelling option to make.bat. hace 3 años
requirements.txt a45f28f0ec Rewrote strip_tags test file to lorem ipsum. hace 3 años
spelling_wordlist 67b5f506a6 Changed some words to use inline markup. hace 3 años

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/