{# manual/source/_templates/layout.html -- add index to manual sidebar.
#
# See https://stackoverflow.com/a/37843854 .
#}
{% extends "!layout.html" %}
{% block menu %}
{{ super() }}
Indices and tables
{# The class toctree-l1 seems to correspond to list items generated
by a Sphinx toctree directive that are at depth 1. I have not
found documented confirmation of this but it is confirmed
`_toctree_add_classes
`_
in the Sphinx source code. If the list layout goes wonky, this
might be to blame. RB 2023-10-20. #}
Index
{# Module index and search page aren't used in the MPS manual but
might be in future. This is how they might be added. #}
{# Module Index #}
{# Search Page #}