ilu_vatar_ 4114531cb7 Clarified URL patterns in tutorial 3. 3 ani în urmă
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". 3 ani în urmă
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. 3 ani în urmă
faq 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 ani în urmă
howto fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 ani în urmă
internals fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 ani în urmă
intro 4114531cb7 Clarified URL patterns in tutorial 3. 3 ani în urmă
man db971f63ab Updated django-admin man page for Django 3.2. 4 ani în urmă
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 ani în urmă
ref fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 ani în urmă
releases 74a86e9b5e Confirmed release date for Django 3.2.6. 3 ani în urmă
topics fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 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 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 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 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 ani în urmă
make.bat 7582d913e7 Added spelling option to make.bat. 3 ani în urmă
requirements.txt 9f125fce79 Used GitHub actions for docs tests. 4 ani în urmă
spelling_wordlist fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 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/