Skip to content

Commit 0df2ee0

Browse files
committed
docs/library/index: Order sections from the most to least standard modules.
1 parent 492bf12 commit 0df2ee0

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/library/index.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython.
66
For additional libraries, please download them from the `micropython-lib repository
77
<https://github.com/micropython/micropython-lib>`_.
88

9-
MicroPython-specific libraries
10-
------------------------------
11-
12-
Functionality specific to the MicroPython implementation is available in
13-
the following libraries.
14-
15-
.. toctree::
16-
:maxdepth: 1
17-
18-
machine.rst
19-
micropython.rst
20-
network.rst
21-
uctypes.rst
22-
239
Python standard libraries and micro-libraries
2410
---------------------------------------------
2511

@@ -114,6 +100,21 @@ library.
114100
uzlib.rst
115101

116102

103+
MicroPython-specific libraries
104+
------------------------------
105+
106+
Functionality specific to the MicroPython implementation is available in
107+
the following libraries.
108+
109+
.. toctree::
110+
:maxdepth: 1
111+
112+
machine.rst
113+
micropython.rst
114+
network.rst
115+
uctypes.rst
116+
117+
117118
.. only:: port_pyboard
118119

119120
Libraries specific to the pyboard

0 commit comments

Comments
 (0)