mirror of
https://github.com/573dev/gfdm-server.git
synced 2026-08-20 09:24:33 -05:00
Initial Commit
This commit is contained in:
28
docs/autoapi_templates/python/module.rst_t
Normal file
28
docs/autoapi_templates/python/module.rst_t
Normal file
@@ -0,0 +1,28 @@
|
||||
{{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 -%}
|
||||
1
docs/autoapi_templates/python/package.rst_t
Normal file
1
docs/autoapi_templates/python/package.rst_t
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "python/module.rst" %}
|
||||
Reference in New Issue
Block a user