summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r--docs/library/index.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst
new file mode 100644
index 0000000000..8a93b8c4d0
--- /dev/null
+++ b/docs/library/index.rst
@@ -0,0 +1,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