diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:10:19 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:11:24 +0300 |
commit | 8b8c32c09b3a23f18754d02c2e520230128f2584 (patch) | |
tree | c03c0b8fdb17628c9f6b9dd45298096d27c9d851 /docs/library | |
parent | 6afd651f1e268e7eabecd42802e404e57be7d4c2 (diff) |
docs/library: Group MicroPython-specific modules under separate heading.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/index.rst | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 9b89bcfa0..bc8a80614 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -1,13 +1,19 @@ MicroPython libraries ===================== +MicroPython-specific libraries +------------------------------ + Functionality specific to the MicroPython implementation is available in -the following library. +the following libraries. .. toctree:: :maxdepth: 1 + machine.rst micropython.rst + network.rst + uctypes.rst Python standard libraries ------------------------- @@ -85,7 +91,6 @@ library. :maxdepth: 1 ubinascii.rst - uctypes.rst uhashlib.rst uheapq.rst ujson.rst @@ -100,7 +105,6 @@ library. :maxdepth: 1 ubinascii.rst - uctypes.rst uhashlib.rst uheapq.rst ujson.rst @@ -120,7 +124,6 @@ library. :maxdepth: 2 pyb.rst - network.rst .. only:: port_wipy @@ -143,8 +146,6 @@ library. .. toctree:: :maxdepth: 2 - machine.rst - network.rst wipy.rst @@ -158,6 +159,4 @@ library. .. toctree:: :maxdepth: 2 - network.rst esp.rst - machine.rst |