doc/ide/index: Enable MicroPython modules.

This commit is contained in:
Laurens Valk
2021-07-14 11:39:20 +02:00
parent 619fa0c968
commit 8384a10c2d
9 changed files with 24 additions and 0 deletions
+16
View File
@@ -14,6 +14,22 @@ Pybricks Documentation
robotics
geometry
.. toctree::
:maxdepth: 1
:caption: MicroPython Modules
:hidden:
micropython/index
micropython/micropython
micropython/uerrno
micropython/uio
micropython/umath
micropython/urandom
micropython/uselect
micropython/usys
.. toctree::
:maxdepth: 1
:caption: Engineering Extras
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/index.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/micropython.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/uerrno.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/uio.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/umath.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/urandom.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/uselect.rst
+1
View File
@@ -0,0 +1 @@
.. include:: ../../api/micropython/usys.rst