Skip to content

Commit ab3e4f8

Browse files
committed
fix RTD building, add example links
1 parent 8531101 commit ab3e4f8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
# The theme to use for HTML and HTML Help pages. See the documentation for
113113
# a list of builtin themes.
114114
#
115-
import sphinx_rtd_theme
115+
# import sphinx_rtd_theme
116116

117117
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(), "."]
119119

120120
# Add any paths that contain custom static files (such as style sheets) here,
121121
# relative to this directory. They are copied after the builtin static files,

docs/examples.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
Simple test
22
------------
33

4-
Ensure your device works with this simple test.
4+
Show how to send MIDI messages.
55

66
.. literalinclude:: ../examples/tmidi_simpletest.py
77
:caption: examples/tmidi_simpletest.py
88
: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:

0 commit comments

Comments
 (0)