We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425ffc commit 91f9a12Copy full SHA for 91f9a12
docs/templates/python/nature/attribute.html
@@ -2,6 +2,7 @@
2
3
{% block heading scoped %}
4
<a class="doc-source-link" href="{{ config.source.repo }}/tree/{{ config.source.tag }}/{{ attribute.filepath }}#L{{ attribute.lineno }}{% if attribute.endlineno > attribute.lineno %}-L{{ attribute.endlineno }}{% endif %}" title='View source code on GitHub'>‹›</a>
5
+ {% if config.show_symbol_type_heading %}<code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code>{% endif %}
6
{%+ filter highlight(language="python", inline=True) %}
7
{{ attribute_name }}{% if attribute.annotation %}: {{ attribute.annotation }}{% endif %}
8
{% endfilter %}
0 commit comments