From b7d728a86ecf695cd3d19142e10d75ed77ad64d7 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 14 Dec 2020 10:09:49 +0100 Subject: [PATCH] doc/iodevices: move LUMPDevice to EV3 only section Also update graphic used for this device class. --- doc/api/iodevices.rst | 8 -------- doc/api/iodevices_ev3.inc | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/api/iodevices.rst b/doc/api/iodevices.rst index 23f2afa..ecc8147 100644 --- a/doc/api/iodevices.rst +++ b/doc/api/iodevices.rst @@ -10,14 +10,6 @@ and other custom electronics. You should only connect custom electronics or unofficial devices if you know what you are doing. Proceed with caution. -LUMP Device -^^^^^^^^^^^^^ - -.. figure:: ../api/images/sensor_lump.png - :width: 80 % - -.. autoclass:: pybricks.iodevices.LUMPDevice - .. raw:: html

EV3 Only

diff --git a/doc/api/iodevices_ev3.inc b/doc/api/iodevices_ev3.inc index 976b3ba..88ee12a 100644 --- a/doc/api/iodevices_ev3.inc +++ b/doc/api/iodevices_ev3.inc @@ -1,3 +1,11 @@ +LUMP Device +^^^^^^^^^^^^^ + +.. figure:: ../api/images/sensor_rj12_green.png + :width: 25 % + +.. autoclass:: pybricks.iodevices.LUMPDevice + Analog Sensor ^^^^^^^^^^^^^