File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010 {% block methods %}
1111 {% if methods %}
12- .. rubric :: {{ _(' Methods') }}
12+ .. rubric :: Methods
1313
1414 .. autosummary ::
1515 :nosignatures:
2323
2424 {% block attributes %}
2525 {% if attributes %}
26- .. rubric :: {{ _(' Attributes') }}
26+ .. rubric :: Attributes
2727
2828 .. autosummary ::
2929 {% for item in attributes %}
Original file line number Diff line number Diff line change 1616
1717 {% block functions %}
1818 {% if functions %}
19- .. rubric :: {{ _(' Functions') }}
19+ .. rubric :: Functions
2020
2121 .. autosummary ::
2222 :toctree:
2929
3030 {% block classes %}
3131 {% if classes %}
32- .. rubric :: {{ _(' Classes') }}
32+ .. rubric :: Classes
3333
3434 .. autosummary ::
3535 :toctree:
4343
4444 {% block exceptions %}
4545 {% if exceptions %}
46- .. rubric :: {{ _(' Exceptions') }}
46+ .. rubric :: Exceptions
4747
4848 .. autosummary ::
4949 :toctree:
You can’t perform that action at this time.
0 commit comments