Vibhu Agarwal 6f9ecc23f6 Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt. hace 5 años
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. hace 5 años
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. hace 5 años
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. hace 5 años
howto a45c8d7ad0 Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. hace 5 años
internals 6f9ecc23f6 Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt. hace 5 años
intro 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. hace 5 años
man 513f137cfd Updated man page for 3.0 alpha release. hace 5 años
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. hace 5 años
ref a45c8d7ad0 Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. hace 5 años
releases 273918c25b Added stub release notes for 3.0.4. hace 5 años
topics 8c0c0235b6 Added tests for signing non-string values and updated docs. hace 5 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 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. hace 5 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 03f6159407 Fixed typo in docs/index.txt. hace 5 años
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. hace 12 años
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. hace 5 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/