10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
{%- if show_headings %}
|
|
{{- [basename, "module"] | join(' ') | e | heading }}
|
|
|
|
{% endif -%}
|
|
.. automodule:: {{ qualname }}
|
|
{%- for option in automodule_options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
|