File tree Expand file tree Collapse file tree 3 files changed +23
-24
lines changed Expand file tree Collapse file tree 3 files changed +23
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ fix: remove flake8 configuration file
Original file line number Diff line number Diff line change 1- {% if sections ["" ] %}
2- {% for category , val in definitions .items () if category in sections ["" ] %}
3-
4- {{ definitions[category] ['name'] }}
5- {% set underline = '^' * definitions [category ]['name' ]|length %}
6- {{ underline }}
7-
8- {% for text , values in sections ["" ][category ].items () %}
9- - {{ text }} {{ values|join(', ') }}
10- {% endfor %}
11-
12- {% endfor %}
13- {% else %}
14- No significant changes.
15-
16-
17- {% endif %}
1+ {% if sections ["" ] %}
2+
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
12+
13+ {% for text , values in sections ["" ][category ].items () %}
14+ * - {{ text }}
15+ - {{ values|join(', ') }}
16+
17+ {% endfor %}
18+ {% endfor %}
19+
20+ {% else %}
21+ No significant changes.
22+ {% endif %}
You can’t perform that action at this time.
0 commit comments