mirror of https://github.com/hpcaitech/ColossalAI
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
|
{{ header | heading }}
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: {{ maxdepth }}
|
||
|
{% for docname in docnames %}
|
||
|
{{ docname }}
|
||
|
{%- endfor %}
|
||
|
|