Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. před 5 roky
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. před 5 roky
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. před 5 roky
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. před 5 roky
howto 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. před 5 roky
internals 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. před 5 roky
intro 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. před 5 roky
man 513f137cfd Updated man page for 3.0 alpha release. před 5 roky
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. před 5 roky
ref 3bbf9a489a Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. před 5 roky
releases 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. před 5 roky
topics 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. před 5 roky
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. před 7 roky
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. před 5 roky
conf.py 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. před 5 roky
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
index.txt 03f6159407 Fixed typo in docs/index.txt. před 5 roky
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. před 12 roky
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. před 5 roky

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/