File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
rerun_py/docs/templates/python/material Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7575 {% set heading_level = heading_level - 1 %}
7676 {% endif %}
7777
78- {# CHANGE: disable gating of first for root docstring #}
78+ {# CHANGE Relative to Upstream: don't apply the 'first' class since it causes worse CSS formatting for our #}
79+ {# generated common API index since we inline bare functions that become root-level rather than modules. #}
7980 {#< div class ="doc doc-contents {% if root %}first{% endif %} "> #}
8081 < div class ="doc doc-contents ">
8182 {% if config.show_bases and class.bases %}
Original file line number Diff line number Diff line change 6464 {% set heading_level = heading_level - 1 %}
6565 {% endif %}
6666
67- {# CHANGE: disable gating of first for root docstring #}
67+ {# CHANGE Relative to Upstream: don't apply the 'first' class since it causes worse CSS formatting for our #}
68+ {# generated common API index since we inline bare functions that become root-level rather than modules. #}
6869 {#< div class ="doc doc-contents {% if root %}first{% endif %} "> #}
69- < div class ="doc doc-contents {% if root %}{% endif %} ">
70+ < div class ="doc doc-contents ">
7071 {% with docstring_sections = function.docstring.parsed %}
7172 {% include "docstring.html" with context %}
7273 {% endwith %}
You can’t perform that action at this time.
0 commit comments