Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigYanitski committed Feb 4, 2024
1 parent f198412 commit 3d8944c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/custom-module-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
:recursive:
{% for item in modules %}
{%- set shortitem = '.'.join(item.split('.')[1:]) %}
{{ shortitem }} <{{ item }}>
{{ shortitem }}
{%- endfor %}
{% endif %}
{% endblock %}
2 changes: 1 addition & 1 deletion docs/_templates/custom-subpackage-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
:recursive:
{% for item in modules %}
{%- set shortitem = '.'.join(item.split('.')[1:]) %}
{{ item }}
{{ item }} | {{ shortitem }}
{%- endfor %}
{% endif %}
{% endblock %}

0 comments on commit 3d8944c

Please sign in to comment.