diff --git a/docs/examples.rst b/docs/examples.rst index f8477f7..14ca92f 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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: diff --git a/examples/rwbit.py b/examples/register_rwbit.py similarity index 100% rename from examples/rwbit.py rename to examples/register_rwbit.py diff --git a/examples/rwbits.py b/examples/register_rwbits.py similarity index 100% rename from examples/rwbits.py rename to examples/register_rwbits.py diff --git a/examples/struct.py b/examples/register_struct.py similarity index 100% rename from examples/struct.py rename to examples/register_struct.py diff --git a/examples/unarystruct.py b/examples/register_unarystruct.py similarity index 100% rename from examples/unarystruct.py rename to examples/register_unarystruct.py