mirror of
https://github.com/573dev/gfdm-server.git
synced 2026-03-21 17:54:19 -05:00
29 lines
629 B
Plaintext
29 lines
629 B
Plaintext
{{obj.name}}
|
|
{{obj.name|length * "="}}
|
|
|
|
.. automodule:: {{obj.name}}{%- block subpackages %}
|
|
{%- if obj.subpackages %}
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 1
|
|
{% for subpackage in obj.subpackages %}
|
|
{% if subpackage.display %}{{ subpackage.short_name }}/index.rst{% endif -%}
|
|
{%- endfor %}
|
|
{%- endif %}{%- endblock -%}{%- block submodules %}
|
|
{%- if obj.submodules %}
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 1
|
|
{% for submodule in obj.submodules %}
|
|
{% if submodule.display %}{{ submodule.short_name }}/index.rst{% endif -%}
|
|
{%- endfor %}
|
|
{%- endif %}{%- endblock -%}
|