From 5effd921b4cc4472b81e34cf4e2120a3e17a5112 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 12 Apr 2021 10:24:43 +0200 Subject: [PATCH] v3: Drop Remote control. --- doc/api/pupdevices/index.rst | 7 ------- doc/api/pupdevices/remote.rst | 23 ----------------------- doc/ide/pupdevices/remote.rst | 1 - 3 files changed, 31 deletions(-) delete mode 100644 doc/api/pupdevices/remote.rst delete mode 100644 doc/ide/pupdevices/remote.rst diff --git a/doc/api/pupdevices/index.rst b/doc/api/pupdevices/index.rst index 9cbe29b..e71c8ce 100644 --- a/doc/api/pupdevices/index.rst +++ b/doc/api/pupdevices/index.rst @@ -18,7 +18,6 @@ ultrasonicsensor forcesensor light - remote .. pybricks-classlink:: DCMotor @@ -79,9 +78,3 @@ .. figure:: ../../api/images/light.png :width: 90 % :target: light.html - -.. pybricks-classlink:: Remote - -.. figure:: ../../api/images/pupremote.png - :width: 50 % - :target: remote.html diff --git a/doc/api/pupdevices/remote.rst b/doc/api/pupdevices/remote.rst deleted file mode 100644 index 7d1d536..0000000 --- a/doc/api/pupdevices/remote.rst +++ /dev/null @@ -1,23 +0,0 @@ -Remote Control -^^^^^^^^^^^^^^^^^^^^^^^^^ - -.. warning:: - - This remote is not yet supported. - Upvote `this issue `_ if - you want to see this happen. - -.. figure:: ../../api/images/pupremote.png - :width: 60 % - -.. autoclass:: pybricks.pupdevices.Remote - :no-members: - - .. autoattribute:: pybricks.pupdevices::Remote.address - :annotation: - - .. automethod:: pybricks.pupdevices::Remote.light.on - - .. automethod:: pybricks.pupdevices::Remote.light.off - - .. automethod:: pybricks.pupdevices::Remote.buttons.pressed diff --git a/doc/ide/pupdevices/remote.rst b/doc/ide/pupdevices/remote.rst deleted file mode 100644 index aaf34c1..0000000 --- a/doc/ide/pupdevices/remote.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../api/pupdevices/remote.rst