doc: nomenclature and registered signs

This commit is contained in:
Laurens Valk
2019-02-28 17:50:26 +01:00
parent a1e43998f4
commit d0fa20a89c
2 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
"""LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 brick."""
"""LEGO® MINDSTORMS® EV3 Brick."""
from parameters import Color
from _speaker import Speaker
from _display import Display
def buttons():
"""Check which buttons on the EV3 brick are currently pressed.
"""Check which buttons on the EV3 Brick are currently pressed.
:returns: List of pressed buttons.
:rtype: List of :class:`Button <parameters.Button>`