Skip to content

Commit c4ff0e1

Browse files
committed
Add Neo example to documentation output.
1 parent 7c221f9 commit c4ff0e1

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

doc/source/examples/neo.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*******************
2+
Example Script: Neo
3+
*******************
4+
5+
The following is an example script to connect to the Stream Deck Neo, and print
6+
whenever its buttons are pushed and released.
7+
8+
.. literalinclude:: ../../../src/example_neo.py
9+
:language: python

doc/source/examples/pedal.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Example Script: Pedal
33
*********************
44

5-
The following is an example script to connect to the Stream Deck Pedal, and print whenever its buttons are pushed and released.
5+
The following is an example script to connect to the Stream Deck Pedal, and
6+
print whenever its buttons are pushed and released.
67

78
.. literalinclude:: ../../../src/example_pedal.py
89
:language: python

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Index
3838
examples/basic.rst
3939
examples/pedal.rst
4040
examples/plus.rst
41+
examples/neo.rst
4142
examples/tiled.rst
4243
examples/animated.rst
4344

0 commit comments

Comments
 (0)