Source code

Revision control

Copy as Markdown

Other Tools

{%- if show_headings %}
# {{ basename }} module
{% endif -%}
```{eval-rst}
.. automodule:: {{ qualname }}
{%- for option in automodule_options %}
:{{ option }}:
{%- endfor %}
```