Skip to content

Commit 890c4c1

Browse files
authored
Merge pull request #35 from schlafa/patch-1
Pycon2019 Sprint - Library Infrastructure Issues
2 parents c1a4453 + 8a13a7b commit 890c4c1

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

docs/examples.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ Simple test
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/keyboard_shortcuts.py
7-
:caption: examples/keyboard_shortcuts.py
6+
.. literalinclude:: ../examples/hid_keyboard_shortcuts.py
7+
:caption: examples/hid_keyboard_shortcuts.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/scroll.py
11-
:caption: examples/scroll.py
10+
.. literalinclude:: ../examples/hid_simpletest.py
11+
:caption: examples/hid_simpletest.py
12+
:linenos:
13+
14+
.. literalinclude:: ../examples/hid_simple_gamepad.py
15+
:caption: examples/hid_simple_gamepad.py
16+
:linenos:
17+
18+
.. literalinclude:: ../examples/hid_joywing_gamepad.py
19+
:caption: examples/hid_joywing_gamepad.py
1220
:linenos:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)