File tree Expand file tree Collapse file tree 3 files changed +9
-48
lines changed
cuda_core/docs/source/_templates/autosummary Expand file tree Collapse file tree 3 files changed +9
-48
lines changed Original file line number Diff line number Diff line change 66.. currentmodule :: {{ module }}
77
88.. autoclass :: {{ objname }}
9-
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ item }}
14- {%- endfor %}
15- {% endif %}
16- {% endblock %}
17-
18- {% block attributes %}
19- {% if attributes %}
20- {% for item in attributes %}
21- .. autoproperty :: {{ item }}
22- {%- endfor %}
23- {% endif %}
24- {% endblock %}
9+ :members:
10+ :undoc-members:
11+ :show-inheritance:
Original file line number Diff line number Diff line change 66.. currentmodule :: {{ module }}
77
88.. autoclass :: {{ objname }}
9-
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ item }}
14- {%- endfor %}
15- {% endif %}
16- {% endblock %}
17-
18- {% block attributes %}
19- {% if attributes %}
20- {% for item in attributes %}
21- .. autoattribute :: {{ item }}
22- {%- endfor %}
23- {% endif %}
24- {% endblock %}
9+ :members:
10+ :undoc-members:
11+ :show-inheritance:
Original file line number Diff line number Diff line change 66.. currentmodule :: {{ module }}
77
88.. autoprotocol :: {{ objname }}
9-
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ item }}
14- {%- endfor %}
15- {% endif %}
16- {% endblock %}
17-
18- {% block attributes %}
19- {% if attributes %}
20- {% for item in attributes %}
21- .. autoproperty :: {{ item }}
22- {%- endfor %}
23- {% endif %}
24- {% endblock %}
9+ :members:
10+ :undoc-members:
11+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments