Skip to content

Pycon2019 Sprint - Library Infrastructure Issues #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 9, 2019
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.