File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def __init__(
8787
8888 @property
8989 def servo (self ):
90- """:py: class:`` ~adafruit_motor.servo.Servo` ` controls for standard servos.
90+ """:class:`~adafruit_motor.servo.Servo` controls for standard servos.
9191
9292 This FeatherWing example rotates a servo on channel ``0`` to ``180`` degrees for one second,
9393 and then returns it to ``0`` degrees.
@@ -108,7 +108,7 @@ def servo(self):
108108
109109 @property
110110 def continuous_servo (self ):
111- """:py: class:`` ~adafruit_motor.servo.ContinuousServo` ` controls for continuous rotation
111+ """:class:`~adafruit_motor.servo.ContinuousServo` controls for continuous rotation
112112 servos.
113113
114114 This FeatherWing example rotates a continuous rotation servo on channel ``0`` forward for
Original file line number Diff line number Diff line change 3939 None ,
4040 ),
4141 "CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
42+ "adafruit_motor" : (
43+ "https://circuitpython.readthedocs.io/projects/motor/en/latest/" ,
44+ None ,
45+ ),
4246}
4347
4448# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments