Adam Johnson 66b06822d0 Improved sessions notes in deployment checklist. há 5 anos atrás
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. há 5 anos atrás
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. há 5 anos atrás
faq 8b30360322 Fixed #31032 -- Updated admin browser support FAQ for 2020. há 5 anos atrás
howto 66b06822d0 Improved sessions notes in deployment checklist. há 5 anos atrás
internals f1db2ca732 Added link to contributing docs in deprecation policy. há 5 anos atrás
intro 1628b35b58 Fixed #31385 -- Improved wording in tutorial 1. há 5 anos atrás
man 513f137cfd Updated man page for 3.0 alpha release. há 5 anos atrás
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. há 5 anos atrás
ref 27746ab28a Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names. há 5 anos atrás
releases f3da09df0f Fixed #31396 -- Added binary XOR operator to F expressions. há 5 anos atrás
topics 66b06822d0 Improved sessions notes in deployment checklist. há 5 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 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. há 5 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 fc0fa72ff4 Fixed #31224 -- Added support for asynchronous views and middleware. há 5 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. há 12 anos atrás
spelling_wordlist fc0fa72ff4 Fixed #31224 -- Added support for asynchronous views and middleware. há 5 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/