summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/index.rst
blob: 8a93b8c4d00ce8eae8dd0124b62111c31b294a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Micro Python libraries
======================

Python standard libraries
-------------------------

.. toctree::
   :maxdepth: 1

   cmath.rst
   gc.rst
   math.rst
   os.rst
   select.rst
   sys.rst
   time.rst

Micro Python reduced libraries
------------------------------

.. toctree::
   :maxdepth: 1

   usocket.rst
   uheapq.rst
   ujson.rst

Libraries specific to the pyboard
---------------------------------

.. toctree::
   :maxdepth: 2

   pyb.rst
   network.rst