15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
{%- if show_headings -%}
|
|
.. _{{ basename }}:
|
|
|
|
{{ basename | e | heading }}
|
|
{%- endif %}
|
|
|
|
API
|
|
---
|
|
|
|
.. automodule:: {{ qualname }}
|
|
{%- for option in automodule_options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
|