From e97423da72c7c414eae8cf272e4ee4beecbbdbd9 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Wed, 29 Jan 2020 13:38:32 +0100 Subject: [PATCH] doc/motors: hide status getters These are not yet implemented --- doc/api/motors.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/api/motors.rst b/doc/api/motors.rst index ba9a30d..6d8506f 100644 --- a/doc/api/motors.rst +++ b/doc/api/motors.rst @@ -107,14 +107,6 @@ These are all instances of the ``Control`` class given below. .. autoclass:: pybricks.builtins.Control :no-members: - .. rubric:: Control status - - .. automethod:: pybricks.builtins.Control.stalled - - .. automethod:: pybricks.builtins.Control.active - - .. rubric:: Control settings - .. automethod:: pybricks.builtins.Control.limits .. automethod:: pybricks.builtins.Control.pid