sphinx-autoapi/autoapi/templates/index.rst
2015-04-24 10:10:51 -07:00

15 lines
318 B
ReStructuredText

Sphinx AutoAPI Index
####################
This page is the top-level of your generated API documentation.
Below is a list of all items that are documented here.
.. toctree::
:includehidden:
:glob:
:maxdepth: 1
{% for page in pages %}
/autoapi/{{ page.id.split('.')|join('/') }}/index
{% endfor %}