File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change
1
+ bump ansys-api-geometry from 0.4.42 to 0.4.43
Original file line number Diff line number Diff line change 1
1
{% if sections ["" ] %}
2
- {% for category , val in definitions .items () if category in sections ["" ] %}
3
2
4
- {{ definitions[category] ['name'] }}
5
- {% set underline = '^' * definitions [category ]['name' ]|length %}
6
- {{ underline }}
3
+ .. tab-set::
4
+
5
+ {% + for category , val in definitions .items () if category in sections ["" ] %}
6
+
7
+ .. tab-item:: {{ definitions[category] ['name'] }}
8
+
9
+ .. list-table::
10
+ :header-rows: 0
11
+ :widths: auto
7
12
8
13
{% for text , values in sections ["" ][category ].items () %}
9
- - {{ text }} {{ values|join(', ') }}
10
- {% endfor % }
14
+ * - {{ text }}
15
+ - {{ values|join(', ') } }
11
16
12
17
{% endfor %}
18
+ {% endfor %}
19
+
13
20
{% else %}
14
21
No significant changes.
15
-
16
-
17
22
{% endif %}
You can’t perform that action at this time.
0 commit comments