Carlton Gibson e48e78738e Corrected typo in advice to new contributors. 4 năm trước cách đây
..
_ext 36a2e9607e Made default_role_error use logger. 4 năm trước cách đây
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. 4 năm trước cách đây
faq 8774b1144c Added stub release notes for 4.0. 4 năm trước cách đây
howto 73ffc73b68 Corrected versionadded annotations. 4 năm trước cách đây
internals e48e78738e Corrected typo in advice to new contributors. 4 năm trước cách đây
intro aa29c57bee Refs #32412 -- Adjusted link from tutorial to reference docs. 4 năm trước cách đây
man db971f63ab Updated django-admin man page for Django 3.2. 4 năm trước cách đây
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 năm trước cách đây
ref f23b05696e Fixed #32395 -- Allowed capturing stdout of migration signals. 4 năm trước cách đây
releases f23b05696e Fixed #32395 -- Allowed capturing stdout of migration signals. 4 năm trước cách đây
topics 59e503b670 Modernized custom manager example 4 năm trước cách đây
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 năm trước cách đây
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 năm trước cách đây
conf.py f20a622aea Bumped version; master is now 4.0 pre-alpha. 4 năm trước cách đây
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 năm trước cách đây
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 năm trước cách đây
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. 4 năm trước cách đây
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 năm trước cách đây
spelling_wordlist 0a802233ec Fixed #32018 -- Extracted admin colors into CSS variables. 4 năm trước cách đây

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/