File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def __init__(
87
87
88
88
@property
89
89
def servo (self ):
90
- """:py: class:`` ~adafruit_motor.servo.Servo` ` controls for standard servos.
90
+ """:class:`~adafruit_motor.servo.Servo` controls for standard servos.
91
91
92
92
This FeatherWing example rotates a servo on channel ``0`` to ``180`` degrees for one second,
93
93
and then returns it to ``0`` degrees.
@@ -108,7 +108,7 @@ def servo(self):
108
108
109
109
@property
110
110
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
112
112
servos.
113
113
114
114
This FeatherWing example rotates a continuous rotation servo on channel ``0`` forward for
Original file line number Diff line number Diff line change 39
39
None ,
40
40
),
41
41
"CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
42
+ "adafruit_motor" : (
43
+ "https://circuitpython.readthedocs.io/projects/motor/en/latest/" ,
44
+ None ,
45
+ ),
42
46
}
43
47
44
48
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments