mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
doc/ide/index: Enable MicroPython modules.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/index.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/micropython.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/uerrno.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/uio.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/umath.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/urandom.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/uselect.rst
|
||||
@@ -0,0 +1 @@
|
||||
.. include:: ../../api/micropython/usys.rst
|
||||
Reference in New Issue
Block a user