mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
10 lines
223 B
Text
10 lines
223 B
Text
{%- macro automodule(modname, options) -%}
|
|
.. automodule:: {{ modname }}
|
|
{%- for option in options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
{%- endmacro %}
|
|
|
|
{{- pkgname | heading }}
|
|
|
|
{{ automodule(pkgname, automodule_options) }}
|