Skip to content

Commit

Permalink
fullname→name
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jul 29, 2024
1 parent 38f6339 commit 599ba17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Attributes table

.. autosummary::
{% for item in attributes %}
~{{ fullname }}.{{ item }}
~{{ name }}.{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
Expand All @@ -26,7 +26,7 @@ Methods table
.. autosummary::
{% for item in methods %}
{%- if item != '__init__' %}
~{{ fullname }}.{{ item }}
~{{ name }}.{{ item }}
{%- endif -%}
{%- endfor %}
{% endif %}
Expand Down

0 comments on commit 599ba17

Please sign in to comment.