mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
config: ignore literals by regexp and config files
No need to have all of them in the ignore list now.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Shortened and simplified motor docs, by hiding optional methods and args."""
|
||||
"""Shortened and simplified motor docs, by hiding optional
|
||||
methods and arguments."""
|
||||
|
||||
from .builtins import Motor
|
||||
from .parameters import Direction, Stop
|
||||
|
||||
@@ -22,7 +22,7 @@ class DriveBase():
|
||||
"""
|
||||
|
||||
def start(self, drive_speed, turn_rate):
|
||||
"""Start driving at the specified speed and turnrate, both measured at
|
||||
"""Start driving at the specified speed and turn rate, both measured at
|
||||
the center point between the wheels of the robot.
|
||||
|
||||
Arguments:
|
||||
@@ -51,7 +51,7 @@ class DriveBase():
|
||||
pass
|
||||
|
||||
def angle(self):
|
||||
"""Get the estimated accumulated rotation angle of the drivebase.
|
||||
"""Get the estimated accumulated rotation angle of the drive base.
|
||||
|
||||
Returns:
|
||||
:ref:`angle`: Accumulated angle since last reset.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
"""Common tools for timing and datalogging."""
|
||||
"""Common tools for timing and data logging."""
|
||||
|
||||
|
||||
def print():
|
||||
|
||||
Reference in New Issue
Block a user