diff options
| author | David Farning <dfarning@gmail.com> | 2018-09-07 03:30:28 -0500 |
|---|---|---|
| committer | David Farning <dfarning@gmail.com> | 2018-09-07 03:30:28 -0500 |
| commit | 62fab2e9c43a5d52ce6aa8585c01cb96de5b83ce (patch) | |
| tree | f5e79a04305a17b685f08ea537b75266f9c1d01d /shared-bindings | |
| parent | 23b23dd2b8e3a9a401e6ba8d60728adebe51c840 (diff) | |
Reorder status matrix and module list in shared-bindings for increase user read ability
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/index.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst index ec7f89f03..44b3492e6 100644 --- a/shared-bindings/index.rst +++ b/shared-bindings/index.rst @@ -7,6 +7,16 @@ in a port if no underlying hardware support is present or if flash space is limited. For example, a microcontroller without analog features will not have `analogio`. +Modules +--------- + +.. toctree:: + :glob: + :maxdepth: 3 + + */__init__ + help + .. _module-support-matrix: Support Matrix @@ -52,13 +62,3 @@ Module Supported Ports `uheap` **Debug (All)** `usb_hid` **SAMD/SAMD Express** ================= ============================== - -Modules ---------- - -.. toctree:: - :glob: - :maxdepth: 3 - - */__init__ - help |
