Skip to content

Commit

Permalink
Merge pull request #25 from dherrada/master
Browse files Browse the repository at this point in the history
Added module name to beginning of example filenames & updated docs to match
  • Loading branch information
makermelissa committed May 11, 2019
2 parents 51f5382 + b90e64b commit 57b3500
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Simple tests

Ensure your device works with this simple test.

.. literalinclude:: ../examples/rwbit.py
:caption: examples/rwbit.py
.. literalinclude:: ../examples/register_rwbit.py
:caption: examples/register_rwbit.py
:linenos:

.. literalinclude:: ../examples/rwbits.py
:caption: examples/rwbits.py
.. literalinclude:: ../examples/register_rwbits.py
:caption: examples/register_rwbits.py
:linenos:

.. literalinclude:: ../examples/struct.py
:caption: examples/struct.py
.. literalinclude:: ../examples/register_struct.py
:caption: examples/register_struct.py
:linenos:

.. literalinclude:: ../examples/unarystruct.py
:caption: examples/unarystruct.py
.. literalinclude:: ../examples/register_unarystruct.py
:caption: examples/register_unarystruct.py
:linenos:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 57b3500

Please sign in to comment.