@@ -58,7 +58,7 @@ def __init__(self):
58
58
def button_a (self ):
59
59
"""Joy featherwing button A.
60
60
61
- .. image :: /_static/joy_featherwing/joy_featherwing_a.jpg
61
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_a.jpg
62
62
:alt: Joy FeatherWing Button A
63
63
64
64
This example prints when button A is pressed.
@@ -81,7 +81,7 @@ def button_a(self):
81
81
def button_b (self ):
82
82
"""Joy featherwing button B.
83
83
84
- .. image :: /_static/joy_featherwing/joy_featherwing_b.jpg
84
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_b.jpg
85
85
:alt: Joy FeatherWing Button B
86
86
87
87
This example prints when button B is pressed.
@@ -104,7 +104,7 @@ def button_b(self):
104
104
def button_x (self ):
105
105
"""Joy featherwing button X.
106
106
107
- .. image :: /_static/joy_featherwing/joy_featherwing_x.jpg
107
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_x.jpg
108
108
:alt: Joy FeatherWing Button X
109
109
110
110
This example prints when button X is pressed.
@@ -127,7 +127,7 @@ def button_x(self):
127
127
def button_y (self ):
128
128
"""Joy featherwing button Y.
129
129
130
- .. image :: /_static/joy_featherwing/joy_featherwing_y.jpg
130
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_y.jpg
131
131
:alt: Joy FeatherWing Button Y
132
132
133
133
This example prints when button Y is pressed.
@@ -150,7 +150,7 @@ def button_y(self):
150
150
def button_select (self ):
151
151
"""Joy featherwing button SELECT.
152
152
153
- .. image :: /_static/joy_featherwing/joy_featherwing_select.jpg
153
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_select.jpg
154
154
:alt: Joy FeatherWing Button SELECT
155
155
156
156
This example prints when button SELECT is pressed.
@@ -178,7 +178,7 @@ def _check_button(self, button):
178
178
def joystick_offset (self ):
179
179
"""Offset used to correctly report (0, 0) when the joystick is centered.
180
180
181
- .. image :: /_static/joy_featherwing/joy_featherwing_joystick.jpg
181
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_joystick.jpg
182
182
:alt: Joy FeatherWing Joystick
183
183
184
184
Provide a tuple of (x, y) to set your joystick center to (0, 0).
@@ -220,7 +220,7 @@ def zero_joystick(self):
220
220
Note: You must not be touching the joystick at the time of zeroing
221
221
for it to be accurate.
222
222
223
- .. image :: /_static/joy_featherwing/joy_featherwing_joystick.jpg
223
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_joystick.jpg
224
224
:alt: Joy FeatherWing Joystick
225
225
226
226
This example zeros the joystick, and prints the coordinates of
@@ -252,7 +252,7 @@ def zero_joystick(self):
252
252
def joystick (self ):
253
253
"""Joy FeatherWing joystick.
254
254
255
- .. image :: /_static/joy_featherwing/joy_featherwing_joystick.jpg
255
+ .. image :: ../docs /_static/joy_featherwing/joy_featherwing_joystick.jpg
256
256
:alt: Joy FeatherWing Joystick
257
257
258
258
This example zeros the joystick, and prints the coordinates of
0 commit comments