File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 33.. automodule :: {{ fullname }}
44
55 {% block attributes %}
6- {% if attributes %}
6+ {%- if attributes %}
77 .. rubric :: {{ _('Module Attributes') }}
88
99 .. autosummary ::
1212 {{ item }}
1313 {%- endfor %}
1414 {% endif %}
15- {% endblock %}
15+ {%- endblock %}
1616
17- {% block functions %}
18- {% if functions %}
17+ {%- block functions %}
18+ {%- if functions %}
1919 .. rubric :: {{ _('Functions') }}
2020
2121 .. autosummary ::
2424 {{ item }}
2525 {%- endfor %}
2626 {% endif %}
27- {% endblock %}
27+ {%- endblock %}
2828
29- {% block classes %}
30- {% if classes %}
29+ {%- block classes %}
30+ {%- if classes %}
3131 .. rubric :: {{ _('Classes') }}
3232
3333 .. autosummary ::
3737 {{ item }}
3838 {%- endfor %}
3939 {% endif %}
40- {% endblock %}
40+ {%- endblock %}
4141
42- {% block exceptions %}
43- {% if exceptions %}
42+ {%- block exceptions %}
43+ {%- if exceptions %}
4444 .. rubric :: {{ _('Exceptions') }}
4545
4646 .. autosummary ::
4949 {{ item }}
5050 {%- endfor %}
5151 {% endif %}
52- {% endblock %}
52+ {%- endblock %}
53+
54+ {%- block modules %}
55+ {%- if modules %}
56+ .. rubric :: Modules
57+
58+ .. autosummary ::
59+ :toctree:
60+ :template: autosummary-module.rst
61+ :recursive:
62+ {% for item in modules %}
63+ {{ item }}
64+ {%- endfor %}
65+ {% endif %}
66+ {%- endblock %}
You can’t perform that action at this time.
0 commit comments