mamweb/docs/_templates/module.rst_t

9 lines
191 B
Text
Raw Normal View History

2022-02-01 00:42:56 +01:00
{%- if show_headings %}
{{- [basename, ".py"] | join('') | e | heading }}
{% endif -%}
.. automodule:: {{ qualname }}
{%- for option in automodule_options %}
:{{ option }}:
{%- endfor %}