Skip to content
Snippets Groups Projects
Verified Commit 374010e0 authored by rahix's avatar rahix
Browse files

docs: Add indexes and properly declare modules


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent f5c9ea23
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,10 @@ Last but not least, if you want to start hacking the lower-level firmware, the
epicardium/overview
epicardium/api
epicardium-guide
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
......@@ -21,6 +21,8 @@ The color module also contains a few constanst for commonly used colors:
.. py:data:: color.MAGENTA
.. py:data:: color.CYAN
.. py:module:: htmlcolor
``htmlcolor`` - Color Constants
===============================
The ``htmlcolor`` module contains even more color constants. Note
......
.. py:module:: light_sensor
``light_sensor`` - Ambient Brightness
=====================================
On the harmonic board, there is an IR-LED which can be used in reverse as a
......
.. py:module:: utime
``utime`` - Time
================
The ``utime`` module loosely follows CPython's |time|_ module, but is heavily
......
.. py:module:: vibra
``vibra`` - Vibration Motor
===========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment