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 01e5e09 commit bfda0e0Copy full SHA for bfda0e0
{{cookiecutter.project_name}}/docs/_templates/autosummary/class.rst
@@ -13,7 +13,7 @@ Attributes table
13
14
.. autosummary::
15
{% for item in attributes %}
16
- ~{{ fullname }}.{{ item }}
+ ~{{ name }}.{{ item }}
17
{%- endfor %}
18
{% endif %}
19
{% endblock %}
@@ -26,7 +26,7 @@ Methods table
26
27
{% for item in methods %}
28
{%- if item != '__init__' %}
29
30
{%- endif -%}
31
32
0 commit comments