Skip to content

Commit 599ba17

Browse files
authored
fullname→name
1 parent 38f6339 commit 599ba17

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.project_name}}/docs/_templates/autosummary

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/docs/_templates/autosummary/class.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Attributes table
1313

1414
.. autosummary::
1515
{% for item in attributes %}
16-
~{{ fullname }}.{{ item }}
16+
~{{ name }}.{{ item }}
1717
{%- endfor %}
1818
{% endif %}
1919
{% endblock %}
@@ -26,7 +26,7 @@ Methods table
2626
.. autosummary::
2727
{% for item in methods %}
2828
{%- if item != '__init__' %}
29-
~{{ fullname }}.{{ item }}
29+
~{{ name }}.{{ item }}
3030
{%- endif -%}
3131
{%- endfor %}
3232
{% endif %}

0 commit comments

Comments
 (0)