mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
9 lines
247 B
Text
9 lines
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 %}
|