You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi/templates/python/module.rst

22 lines
277 B
ReStructuredText

{{ obj.name }}
{{ "~" * obj.name|length }}
{%- if obj.docstring %}
.. rubric:: Summary
{{ obj.docstring }}
{% endif %}
.. py:module:: {{ obj.name }}
{% block content %}
{%- for obj_item in obj.children %}
{{ obj_item.rendered|indent(0) }}
{%- endfor %}
{% endblock %}