Skip to content

Commit 16c6a64

Browse files
committed
iter
1 parent 8c9bbc6 commit 16c6a64

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/_templates/class.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
.. autoclass:: {{ objname }}
77

8+
{% block methods %}
9+
10+
{% if methods %}
11+
.. rubric:: Methods
12+
13+
.. autosummary::
14+
{% for item in methods %}
15+
{% if '__init__' not in item %}
16+
~{{ name }}.{{ item }}
17+
{% endif %}
18+
{%- endfor %}
19+
{% endif %}
20+
{% endblock %}
21+
822
.. include:: {{module}}.{{objname}}.examples
923

1024
.. raw:: html

0 commit comments

Comments
 (0)