diff --git a/docs/examples.rst b/docs/examples.rst index bf3cc9f..b35627f 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/snapshot_internal.py - :caption: examples/snapshot_internal.py +.. literalinclude:: ../examples/vc0706_snapshot_internal.py + :caption: examples/vc0706_snapshot_internal.py :linenos: -.. literalinclude:: ../examples/snapshot.py - :caption: examples/snapshot.py +.. literalinclude:: ../examples/vc0706_snapshot_simpletest.py + :caption: examples/vc0706_snapshot_simpletest.py :linenos: diff --git a/examples/snapshot_computer.py b/examples/vc0706_snapshot_computer.py similarity index 100% rename from examples/snapshot_computer.py rename to examples/vc0706_snapshot_computer.py diff --git a/examples/snapshot_internal.py b/examples/vc0706_snapshot_internal.py similarity index 100% rename from examples/snapshot_internal.py rename to examples/vc0706_snapshot_internal.py diff --git a/examples/snapshot.py b/examples/vc0706_snapshot_simpletest.py similarity index 100% rename from examples/snapshot.py rename to examples/vc0706_snapshot_simpletest.py