File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
cuda_bindings/docs/source
cuda_pathfinder/docs/source Expand file tree Collapse file tree 7 files changed +10
-10
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 1010{% block methods %}
1111{% if methods %}
1212{% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
13+ .. automethod :: {{ item }}
1414
1515{%- endfor %}
1616{% endif %}
1919{% block attributes %}
2020{% if attributes %}
2121{% for item in attributes %}
22- .. autoproperty :: {{ objname }}.{{ item }}
22+ .. autoproperty :: {{ item }}
2323
2424{%- endfor %}
2525{% endif %}
Original file line number Diff line number Diff line change 1010{% block methods %}
1111{% if methods %}
1212{% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
13+ .. automethod :: {{ item }}
1414
1515{%- endfor %}
1616{% endif %}
1919{% block attributes %}
2020{% if attributes %}
2121{% for item in attributes %}
22- .. autoattribute :: {{ objname }}.{{ item }}
22+ .. autoattribute :: {{ item }}
2323
2424{%- endfor %}
2525{% endif %}
Original file line number Diff line number Diff line change 1010{% block methods %}
1111{% if methods %}
1212{% for item in methods %}
13- .. automethod :: {{ objname }}.{{ item }}
13+ .. automethod :: {{ item }}
1414
1515{%- endfor %}
1616{% endif %}
1919{% block attributes %}
2020{% if attributes %}
2121{% for item in attributes %}
22- .. autoproperty :: {{ objname }}.{{ item }}
22+ .. autoproperty :: {{ item }}
2323
2424{%- endfor %}
2525{% endif %}
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