Skip to content

Commit 117e146

Browse files
authored
Merge pull request #26 from dherrada/master
Added module name to beginning of example filenames & updated docs to match
2 parents 98563ab + 97677d5 commit 117e146

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/examples.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Simple tests
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/dc_motor.py
7-
:caption: examples/dc_motor.py
6+
.. literalinclude:: ../examples/motor_dc_motor.py
7+
:caption: examples/motor_dc_motor.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/stepper_motor.py
11-
:caption: examples/stepper_motor.py
10+
.. literalinclude:: ../examples/motor_stepper_motor.py
11+
:caption: examples/motor_stepper_motor.py
1212
:linenos:
1313

14-
.. literalinclude:: ../examples/servo_sweep.py
15-
:caption: examples/servo_sweep.py
14+
.. literalinclude:: ../examples/motor_servo_sweep.py
15+
:caption: examples/motor_servo_sweep.py
1616
:linenos:
1717

18-
.. literalinclude:: ../examples/continuous_servo.py
19-
:caption: examples/continuous_servo.py
18+
.. literalinclude:: ../examples/motor_continuous_servo.py
19+
:caption: examples/motor_continuous_servo.py
2020
:linenos:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)