File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 112
112
# The theme to use for HTML and HTML Help pages. See the documentation for
113
113
# a list of builtin themes.
114
114
#
115
- import sphinx_rtd_theme
115
+ # import sphinx_rtd_theme
116
116
117
117
html_theme = "sphinx_rtd_theme"
118
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path (), "." ]
118
+ # html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
119
119
120
120
# Add any paths that contain custom static files (such as style sheets) here,
121
121
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 1
1
Simple test
2
2
------------
3
3
4
- Ensure your device works with this simple test .
4
+ Show how to send MIDI messages .
5
5
6
6
.. literalinclude :: ../examples/tmidi_simpletest.py
7
7
:caption: examples/tmidi_simpletest.py
8
8
:linenos:
9
+
10
+
11
+ Simple receiver
12
+ ---------------
13
+
14
+ Show to to receive MIDI messages.
15
+
16
+ .. literalinclude :: ../examples/tmidi_simple_receiver.py
17
+ :caption: examples/tmidi_simple_receiver.py
18
+ :linenos:
You can’t perform that action at this time.
0 commit comments