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 9
9
10
10
{% block methods %}
11
11
{% if methods %}
12
- .. rubric :: {{ _(' Methods') }}
12
+ .. rubric :: Methods
13
13
14
14
.. autosummary ::
15
15
:nosignatures:
23
23
24
24
{% block attributes %}
25
25
{% if attributes %}
26
- .. rubric :: {{ _(' Attributes') }}
26
+ .. rubric :: Attributes
27
27
28
28
.. autosummary ::
29
29
{% for item in attributes %}
Original file line number Diff line number Diff line change 16
16
17
17
{% block functions %}
18
18
{% if functions %}
19
- .. rubric :: {{ _(' Functions') }}
19
+ .. rubric :: Functions
20
20
21
21
.. autosummary ::
22
22
:toctree:
29
29
30
30
{% block classes %}
31
31
{% if classes %}
32
- .. rubric :: {{ _(' Classes') }}
32
+ .. rubric :: Classes
33
33
34
34
.. autosummary ::
35
35
:toctree:
43
43
44
44
{% block exceptions %}
45
45
{% if exceptions %}
46
- .. rubric :: {{ _(' Exceptions') }}
46
+ .. rubric :: Exceptions
47
47
48
48
.. autosummary ::
49
49
:toctree:
You can’t perform that action at this time.
0 commit comments