Skip to content

Commit 4fd474d

Browse files
authored
Merge pull request #3256 from sommersoft/spt_mtrx_anchors
Add Internal Links To Boards In The Support Matrix
2 parents 807f049 + ce9bc12 commit 4fd474d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

shared-bindings/support_matrix.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ Support Matrix
66
The following table lists the available built-in modules for each CircuitPython
77
capable board.
88

9-
.. csv-table::
9+
.. list-table::
1010
:header-rows: 1
1111
:widths: 7, 50
1212

13-
"Board", "Modules Available"
14-
{% for key, value in support_matrix|dictsort -%}
15-
"{{ key }}", "{{ '`' ~ value|join("`, `") ~ '`' }}"
16-
{% endfor -%}
13+
* - Board
14+
- Modules Available
15+
16+
{% for key, value in support_matrix|dictsort %}
17+
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
18+
* - {{ key }}
19+
- {{ '`' ~ value|join("`, `") ~ '`' }}
20+
21+
{% endfor %}

0 commit comments

Comments
 (0)