Web M&M
https://mam.matfyz.cz
8 lines
191 B
8 lines
191 B
{%- if show_headings %}
|
|
{{- [basename, ".py"] | join('') | e | heading }}
|
|
|
|
{% endif -%}
|
|
.. automodule:: {{ qualname }}
|
|
{%- for option in automodule_options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
|