Merge pull request #3256 from sommersoft/spt_mtrx_anchors
Add Internal Links To Boards In The Support Matrix
This commit is contained in:
commit
4fd474dd08
@ -6,11 +6,16 @@ Support Matrix
|
|||||||
The following table lists the available built-in modules for each CircuitPython
|
The following table lists the available built-in modules for each CircuitPython
|
||||||
capable board.
|
capable board.
|
||||||
|
|
||||||
.. csv-table::
|
.. list-table::
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
:widths: 7, 50
|
:widths: 7, 50
|
||||||
|
|
||||||
"Board", "Modules Available"
|
* - Board
|
||||||
{% for key, value in support_matrix|dictsort -%}
|
- Modules Available
|
||||||
"{{ key }}", "{{ '`' ~ value|join("`, `") ~ '`' }}"
|
|
||||||
{% endfor -%}
|
{% for key, value in support_matrix|dictsort %}
|
||||||
|
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
|
||||||
|
* - {{ key }}
|
||||||
|
- {{ '`' ~ value|join("`, `") ~ '`' }}
|
||||||
|
|
||||||
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user