Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 556 Bytes

my_autosummary_class.rst

File metadata and controls

32 lines (26 loc) · 556 Bytes

{{ fullname }} {{ underline }}

{{ module }}

{{ objname }}

{% block methods %} .. automethod:: __init__ :noindex:

{% if methods %} .. autosummary:: :toctree: :hidden: {% for item in methods %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %}

{% block attributes %} {% if attributes %} .. autosummary:: :toctree: :hidden: {% for item in attributes %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %}