Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bundle_installation>`.
install it either follow the directions below or `install the library
bundle <bundle_installation>`_.

To install:

Expand Down
10 changes: 5 additions & 5 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
.. literalinclude:: ../examples/busdevice_read_register_spi.py
:caption: examples/busdevice_read_register_spi.py
:linenos:
File renamed without changes.
File renamed without changes.