diff --git a/README.rst b/README.rst index ef045e7..f9a6076 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,8 @@ Installation ------------- This library is **NOT** built into CircuitPython to make it easy to update. To -install it either follow the directions below or :ref:`install the library -bundle `. +install it either follow the directions below or `install the library +bundle `_. To install: diff --git a/docs/examples.rst b/docs/examples.rst index af597ee..a9be940 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -3,10 +3,10 @@ Simple test Ensure your device works with this simple test. -.. literalinclude:: ../examples/read_register_i2c.py - :caption: examples/read_register_i2c.py +.. literalinclude:: ../examples/busdevice_read_register_i2c.py + :caption: examples/busdevice_read_register_i2c.py :linenos: -.. literalinclude:: ../examples/read_register_spi.py - :caption: examples/read_register_spi.py - :linenos: \ No newline at end of file +.. literalinclude:: ../examples/busdevice_read_register_spi.py + :caption: examples/busdevice_read_register_spi.py + :linenos: diff --git a/examples/read_register_i2c.py b/examples/busdevice_read_register_i2c.py similarity index 100% rename from examples/read_register_i2c.py rename to examples/busdevice_read_register_i2c.py diff --git a/examples/read_register_spi.py b/examples/busdevice_read_register_spi.py similarity index 100% rename from examples/read_register_spi.py rename to examples/busdevice_read_register_spi.py