mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
17 lines
374 B
ReStructuredText
17 lines
374 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|sort %}
|
|
{% if page.top_level_object %}
|
|
/autoapi/{{ page.id.split('.')|join('/') }}/index
|
|
{% endif %}
|
|
{%- endfor %}
|