0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

Added information about highlighting python console examples in doc.

This commit is contained in:
Baptiste Mispelon 2024-04-27 10:38:15 +02:00
parent 8c257cecff
commit cad027af72

View File

@ -301,6 +301,10 @@ documentation:
syntax, it won't be highlighted. Adding ``.. code-block:: python``, for
example, will force highlighting despite invalid syntax.
* Use ``.. code-block:: pycon`` to highlight code blocks that show examples of
an interactive Python console session, and make sure to include the ``>>>``
line prefixes in that case.
* To improve readability, use ``.. admonition:: Descriptive title`` rather than
``.. note::``. Use these boxes sparingly.