File tree Expand file tree Collapse file tree 7 files changed +46
-52
lines changed
cuda_bindings/docs/source
cuda_pathfinder/docs/source Expand file tree Collapse file tree 7 files changed +46
-52
lines changed Original file line number Diff line number Diff line change 5757# This enables the "On This Page" sidebar to show class methods and properties
5858# Requires Sphinx 5.1+
5959toc_object_entries = True
60- toc_object_entries_show_parents = "hide "
60+ toc_object_entries_show_parents = "domain "
6161
6262# -- Options for HTML output -------------------------------------------------
6363
Original file line number Diff line number Diff line change 77
88.. autoclass :: {{ objname }}
99
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
10+ {% block methods %}
11+ {% if methods %}
12+ {% for item in methods %}
13+ .. automethod :: {{ item }}
14+ {%- endfor %}
15+ {% endif %}
16+ {% endblock %}
1417
15- {%- endfor %}
16- {% endif %}
17- {% endblock %}
18-
19- {% block attributes %}
20- {% if attributes %}
21- {% for item in attributes %}
22- .. autoproperty :: {{ objname }}.{{ item }}
23-
24- {%- endfor %}
25- {% endif %}
26- {% endblock %}
18+ {% block attributes %}
19+ {% if attributes %}
20+ {% for item in attributes %}
21+ .. autoproperty :: {{ item }}
22+ {%- endfor %}
23+ {% endif %}
24+ {% endblock %}
Original file line number Diff line number Diff line change 77
88.. autoclass :: {{ objname }}
99
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
10+ {% block methods %}
11+ {% if methods %}
12+ {% for item in methods %}
13+ .. automethod :: {{ item }}
14+ {%- endfor %}
15+ {% endif %}
16+ {% endblock %}
1417
15- {%- endfor %}
16- {% endif %}
17- {% endblock %}
18-
19- {% block attributes %}
20- {% if attributes %}
21- {% for item in attributes %}
22- .. autoattribute :: {{ objname }}.{{ item }}
23-
24- {%- endfor %}
25- {% endif %}
26- {% endblock %}
18+ {% block attributes %}
19+ {% if attributes %}
20+ {% for item in attributes %}
21+ .. autoattribute :: {{ item }}
22+ {%- endfor %}
23+ {% endif %}
24+ {% endblock %}
Original file line number Diff line number Diff line change 77
88.. autoprotocol :: {{ objname }}
99
10- {% block methods %}
11- {% if methods %}
12- {% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
10+ {% block methods %}
11+ {% if methods %}
12+ {% for item in methods %}
13+ .. automethod :: {{ item }}
14+ {%- endfor %}
15+ {% endif %}
16+ {% endblock %}
1417
15- {%- endfor %}
16- {% endif %}
17- {% endblock %}
18-
19- {% block attributes %}
20- {% if attributes %}
21- {% for item in attributes %}
22- .. autoproperty :: {{ objname }}.{{ item }}
23-
24- {%- endfor %}
25- {% endif %}
26- {% endblock %}
18+ {% block attributes %}
19+ {% if attributes %}
20+ {% for item in attributes %}
21+ .. autoproperty :: {{ item }}
22+ {%- endfor %}
23+ {% endif %}
24+ {% endblock %}
Original file line number Diff line number Diff line change 5555# This enables the "On This Page" sidebar to show class methods and properties
5656# Requires Sphinx 5.1+
5757toc_object_entries = True
58- toc_object_entries_show_parents = "hide "
58+ toc_object_entries_show_parents = "domain "
5959
6060# -- Options for HTML output -------------------------------------------------
6161
Original file line number Diff line number Diff line change 5858# This enables the "On This Page" sidebar to show class methods and properties
5959# Requires Sphinx 5.1+
6060toc_object_entries = True
61- toc_object_entries_show_parents = "hide "
61+ toc_object_entries_show_parents = "domain "
6262
6363# -- Options for HTML output -------------------------------------------------
6464
Original file line number Diff line number Diff line change 5151# This enables the "On This Page" sidebar to show class methods and properties
5252# Requires Sphinx 5.1+
5353toc_object_entries = True
54- toc_object_entries_show_parents = "hide "
54+ toc_object_entries_show_parents = "domain "
5555
5656# -- Options for HTML output -------------------------------------------------
5757
You can’t perform that action at this time.
0 commit comments