Add text representation of the document structure

This commit is contained in:
Juan Luis Cano Rodríguez 2021-06-21 08:09:26 +02:00
parent 0581a17ca6
commit 35714269e8

View File

@ -364,10 +364,16 @@ the end of ``index.rst`` including the document you just created, as follows:
usage usage
This step inserts that document in the root of the *toctree*, so now it belongs This step inserts that document in the root of the *toctree*, so now it belongs
to the structure of your project. If you export the documentation to HTML to the structure of your project, which so far looks like this:
running ``make html``, you will see that the ``toctree`` gets rendered as a
list of hyperlinks, and this allows you to navigate to the new page you .. code-block:: text
just created. Neat!
index
└── usage
If you export the documentation to HTML running ``make html``, you will see
that the ``toctree`` gets rendered as a list of hyperlinks, and this allows you
to navigate to the new page you just created. Neat!
.. warning:: .. warning::