Mariusz Felisiak cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 ani în urmă
..
_ext ee37d2070a Sorted imports in docs/_ext/djangodocs.py. 5 ani în urmă
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 ani în urmă
faq 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 ani în urmă
howto 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 ani în urmă
internals cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 ani în urmă
intro cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 ani în urmă
man 513f137cfd Updated man page for 3.0 alpha release. 5 ani în urmă
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 ani în urmă
ref cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 ani în urmă
releases cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 ani în urmă
topics b5ad450fa6 Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example. 5 ani în urmă
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 ani în urmă
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 ani în urmă
conf.py 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 ani în urmă
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 ani în urmă
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 ani în urmă
index.txt 6ef4c8aa9f Rewrote Get Help FAQ. 5 ani în urmă
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 ani în urmă
spelling_wordlist b1f88476db Corrected docs spelling of PgBouncer. 5 ani în urmă

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/