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

9 lines
247 B
Text
Raw Permalink Normal View History

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