summaryrefslogtreecommitdiffstats
path: root/sphinx/templates/apidoc/module.rst_t
blob: 2490278551b611ba18fb5485ca51cf9cbc8192d8 (plain)
1
2
3
4
5
6
7
8
9
{%- if show_headings %}
{{- [basename, "module"] | join(' ') | e | heading }}

{% endif -%}
.. automodule:: {{ qualname }}
{%- for option in automodule_options %}
   :{{ option }}:
{%- endfor %}