Files
kaolin/docs/modules/module.rst_t
2024-01-16 17:22:21 +08:00

15 lines
202 B
Plaintext

{%- if show_headings -%}
.. _{{ basename }}:
{{ basename | e | heading }}
{%- endif %}
API
---
.. automodule:: {{ qualname }}
{%- for option in automodule_options %}
:{{ option }}:
{%- endfor %}