Diff of /doc/template/toc.rst_t [000000] .. [7823dd]

Switch to unified view

a b/doc/template/toc.rst_t
1
2
{{ header | heading }}
3
4
.. toctree::
5
   :maxdepth: {{ maxdepth }}
6
{% for docname in docnames %}
7
   {{ docname }}
8
{%- endfor %}