Skip to content
Snippets Groups Projects
Commit 0df2ee01 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/library/index: Order sections from the most to least standard modules.

parent 492bf124
No related branches found
No related tags found
No related merge requests found
...@@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython. ...@@ -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 For additional libraries, please download them from the `micropython-lib repository
<https://github.com/micropython/micropython-lib>`_. <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 Python standard libraries and micro-libraries
--------------------------------------------- ---------------------------------------------
...@@ -114,6 +100,21 @@ library. ...@@ -114,6 +100,21 @@ library.
uzlib.rst 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 .. only:: port_pyboard
Libraries specific to the pyboard Libraries specific to the pyboard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment