nwb-linkml/docs/_templates/module.rst._t

9 lines
No EOL
247 B
Text

{%- if show_headings %}
{{- [basename, "module"] | join(' ') | e | heading }}
{% endif -%}
.. automodule:: {{ qualname }}
:exclude-members: ConfiguredBaseModel,LinkML_Meta
{%- for option in automodule_options %}
:{{ option }}:
{%- endfor %}