mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc: fix module index
some modules were missing because of missing automodule directive
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
:mod:`ev3brick` -- The EV3 Programmable Brick
|
||||
=============================================
|
||||
|
||||
.. automodule:: ev3brick
|
||||
:no-members:
|
||||
|
||||
|
||||
Buttons
|
||||
-------
|
||||
@@ -30,10 +33,10 @@ Sound
|
||||
Display
|
||||
-------
|
||||
::
|
||||
|
||||
|
||||
x
|
||||
-------------->
|
||||
(0, 0) __________________
|
||||
(0, 0) __________________
|
||||
| |
|
||||
| | |
|
||||
y | | Hello |
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
:mod:`ev3devices` -- EV3 Motors and Sensors
|
||||
===========================================
|
||||
|
||||
.. automodule:: ev3devices
|
||||
:no-members:
|
||||
|
||||
Motors
|
||||
------
|
||||
|
||||
|
||||
@@ -40,11 +40,3 @@ Using Python with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3
|
||||
examples/robot_arm_h25
|
||||
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
:mod:`parameters` -- Parameters and Constants
|
||||
=============================================
|
||||
|
||||
.. automodule:: parameters
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Port
|
||||
:no-members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user