mirror of https://github.com/hpcaitech/ColossalAI
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
|
{%- if show_headings %}
|
||
|
{{- basename | e | heading }}
|
||
|
|
||
|
{% endif -%}
|
||
|
.. automodule:: {{ qualname }}
|
||
|
{%- for option in automodule_options %}
|
||
|
:{{ option }}:
|
||
|
{%- endfor %}
|
||
|
|