Skip to content

Commit 182eebd

Browse files
authored
Merge pull request #28 from dherrada/master
Added module name to beginning of example filenames & updated docs to match
2 parents 8a5b997 + 834c9c3 commit 182eebd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Installation
2424
-------------
2525

2626
This library is **NOT** built into CircuitPython to make it easy to update. To
27-
install it either follow the directions below or :ref:`install the library
28-
bundle <bundle_installation>`.
27+
install it either follow the directions below or `install the library
28+
bundle <bundle_installation>`_.
2929

3030
To install:
3131

docs/examples.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Simple test
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/read_register_i2c.py
7-
:caption: examples/read_register_i2c.py
6+
.. literalinclude:: ../examples/busdevice_read_register_i2c.py
7+
:caption: examples/busdevice_read_register_i2c.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/read_register_spi.py
11-
:caption: examples/read_register_spi.py
12-
:linenos:
10+
.. literalinclude:: ../examples/busdevice_read_register_spi.py
11+
:caption: examples/busdevice_read_register_spi.py
12+
:linenos:

0 commit comments

Comments
 (0)