Files
Feature-Extraction/dist/client/sphinx/templates/apidoc/module.rst_t

10 lines
196 B
Plaintext

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