File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython.
66For 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-
239Python 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
You can’t perform that action at this time.
0 commit comments