From 709659ffbfdb1b200a955158dd3ddf69c9fb7062 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 9 Dec 2019 10:43:28 +0100 Subject: [PATCH] doc/hubs: remove builtins section This will not be used in the next release. --- doc/api/hubs_cityhub.inc | 7 ------- doc/api/hubs_ev3brick.inc | 13 ------------- doc/api/hubs_movehub.inc | 9 --------- 3 files changed, 29 deletions(-) diff --git a/doc/api/hubs_cityhub.inc b/doc/api/hubs_cityhub.inc index cf3fc20..2d55564 100644 --- a/doc/api/hubs_cityhub.inc +++ b/doc/api/hubs_cityhub.inc @@ -6,13 +6,6 @@ .. data:: Port.A .. data:: Port.B - .. rubric:: Built-in devices - - The City Hub has several built-in devices, configured as follows: - - .. attribute:: light = ColorLight() - .. attribute:: battery = Battery() - Usage of each built-in device is described below. .. rubric:: Using the hub status light diff --git a/doc/api/hubs_ev3brick.inc b/doc/api/hubs_ev3brick.inc index bd9a6f0..08ca212 100644 --- a/doc/api/hubs_ev3brick.inc +++ b/doc/api/hubs_ev3brick.inc @@ -9,19 +9,6 @@ |.. data:: Port.S1|.. data:: Port.S2|.. data:: Port.S3|.. data:: Port.S4| +-----------------+-----------------+-----------------+-----------------+ - .. rubric:: Built-in devices - - The EV3 Brick has several built-in devices, configured as follows: - - .. attribute:: - buttons = KeyPad([KeyPad.UP, KeyPad.DOWN, KeyPad.LEFT, KeyPad.RIGHT]) - .. attribute:: display = Display(width=178, height=128) - .. attribute:: light = ColorLight([Color.RED, Color.GREEN]) - .. attribute:: speaker = Speaker() - .. attribute:: battery = Battery() - - Usage of each built-in device is described below. - .. rubric:: Using the buttons .. automethod:: pybricks._instances.buttons.pressed diff --git a/doc/api/hubs_movehub.inc b/doc/api/hubs_movehub.inc index 3d94093..79d3660 100644 --- a/doc/api/hubs_movehub.inc +++ b/doc/api/hubs_movehub.inc @@ -7,15 +7,6 @@ |.. data:: Port.A |.. data:: Port.B |.. data:: Port.C |.. data:: Port.D | +-----------------+-----------------+-----------------+-----------------+ - .. rubric:: Built-in devices - - The Move Hub has several built-in devices, configured as follows: - - .. attribute:: light = ColorLight() - .. attribute:: battery = Battery() - - Usage of each built-in device is described below. - .. rubric:: Using the hub status light .. automethod:: pybricks._instances.light.on