diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-09-07 12:02:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-07 12:02:23 -0700 |
| commit | 06a610fd0c5bd0e4a3012abfb84d28dcc2731964 (patch) | |
| tree | 952dd1950457b063d8922b23b5ae200cebad8b11 /shared-bindings | |
| parent | 34bcb069cf9a3639a3227f5a42375594746f3ce6 (diff) | |
| parent | 62fab2e9c43a5d52ce6aa8585c01cb96de5b83ce (diff) | |
Merge pull request #1166 from dfarning/clean-up-docs
Reorder status matrix and module list in shared-bindings for increase…
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 |
