[79668b]: / docs / templates / module.rst_t

Download this file

10 lines (7 with data), 196 Bytes

{%- if show_headings %}
{{- [basename, "module"] | join(' ') | e | heading }}

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