Skip to content

Commit

Permalink
Merge pull request #35 from schlafa/patch-1
Browse files Browse the repository at this point in the history
Pycon2019 Sprint - Library Infrastructure Issues
  • Loading branch information
tannewt authored May 9, 2019
2 parents c1a4453 + 8a13a7b commit 890c4c1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ Simple test

Ensure your device works with this simple test.

.. literalinclude:: ../examples/keyboard_shortcuts.py
:caption: examples/keyboard_shortcuts.py
.. literalinclude:: ../examples/hid_keyboard_shortcuts.py
:caption: examples/hid_keyboard_shortcuts.py
:linenos:

.. literalinclude:: ../examples/scroll.py
:caption: examples/scroll.py
.. literalinclude:: ../examples/hid_simpletest.py
:caption: examples/hid_simpletest.py
:linenos:

.. literalinclude:: ../examples/hid_simple_gamepad.py
:caption: examples/hid_simple_gamepad.py
:linenos:

.. literalinclude:: ../examples/hid_joywing_gamepad.py
:caption: examples/hid_joywing_gamepad.py
:linenos:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 890c4c1

Please sign in to comment.