11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
{%- macro automodule(modname, options) -%}
|
|
.. automodule:: {{ modname }}
|
|
{%- for option in options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
{%- endmacro %}
|
|
|
|
{{- pkgname | heading }}
|
|
|
|
{{ automodule(pkgname, automodule_options) }}
|