sphinx-toolbox Demo - reST Example

.. code-block:: python

    def print(text):
        sys.stdout.write(text)
def print(text):
    sys.stdout.write(text)
.. topic:: Topic Title

    Subsequent indented lines comprise
    the body of the topic, and are
    interpreted as body elements.
<{{ aside }} class="topic">

Topic Title

Subsequent indented lines comprise the body of the topic, and are interpreted as body elements.

{% if sphinx_version >= (8, 1) %}
{% endif %}