diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:37:45 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:38:59 +0300 |
commit | 0df2ee01264ff09bd525e7020724459c815470f8 (patch) | |
tree | 0b02f8b0889b43aa653ba7bfe87d01513373a026 /docs/library/index.rst | |
parent | 492bf1249942b033f3aac8af357bd617f6ce17fe (diff) | |
download | micropython-0df2ee01264ff09bd525e7020724459c815470f8.tar.gz micropython-0df2ee01264ff09bd525e7020724459c815470f8.zip |
docs/library/index: Order sections from the most to least standard modules.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 83a699fd05..a6d12f678f 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython. For additional libraries, please download them from the `micropython-lib repository <https://github.com/micropython/micropython-lib>`_. -MicroPython-specific libraries ------------------------------- - -Functionality specific to the MicroPython implementation is available in -the following libraries. - -.. toctree:: - :maxdepth: 1 - - machine.rst - micropython.rst - network.rst - uctypes.rst - Python standard libraries and micro-libraries --------------------------------------------- @@ -114,6 +100,21 @@ library. uzlib.rst +MicroPython-specific libraries +------------------------------ + +Functionality specific to the MicroPython implementation is available in +the following libraries. + +.. toctree:: + :maxdepth: 1 + + machine.rst + micropython.rst + network.rst + uctypes.rst + + .. only:: port_pyboard Libraries specific to the pyboard |