Skip to content

Commit

Permalink
fix: typo in autoapi template (#630)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
Revathyvenugopal162 and pyansys-ci-bot authored Feb 21, 2025
1 parent c61320f commit 903df78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/630.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: typo in autoapi template
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

{# ----------------- Start macros definition for autosummary -----------------#}

{% macro render_autosummary_section(title, members) -%}
{% macro autosummary_section(title, members) -%}

{{ title }}
{{ "-" * title | length }}

.. autoapisummary::

{% for member in members %}
{% for member in members %}
{{ member.id }}
{% endfor %}
{% endfor %}

{%- endmacro %}
{# ------------------ End macros definition for autosummary --------------- #}
Expand Down

0 comments on commit 903df78

Please sign in to comment.