From 9558d21304c00a13823783bdf3e7ed8f6ec8c740 Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 6 May 2019 16:32:24 -0400 Subject: [PATCH 1/6] Added sensor name to example file name --- examples/{snapshot.py => vc0706_snapshot.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{snapshot.py => vc0706_snapshot.py} (100%) diff --git a/examples/snapshot.py b/examples/vc0706_snapshot.py similarity index 100% rename from examples/snapshot.py rename to examples/vc0706_snapshot.py From 44f42f35e6dfc93a9a1154088d5098e8cda207fa Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 6 May 2019 16:48:54 -0400 Subject: [PATCH 2/6] Updated examples.rst to reflect filename changes --- docs/examples.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index bf3cc9f..dc9f56b 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.py + :caption: examples/vc0706_snapshot.py :linenos: From d93c6be3709cf69e88957b83a3cb12489d20e739 Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 6 May 2019 17:51:18 -0400 Subject: [PATCH 3/6] Updated the rest of the file names --- examples/{snapshot_computer.py => vc0706_snapshot_computer.py} | 0 examples/{snapshot_internal.py => vc0706_snapshot_internal.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/{snapshot_computer.py => vc0706_snapshot_computer.py} (100%) rename examples/{snapshot_internal.py => vc0706_snapshot_internal.py} (100%) 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 From 7f0ea6e87dd6595274ce4ba3a4470cc3e3a954bd Mon Sep 17 00:00:00 2001 From: dherrada Date: Tue, 7 May 2019 09:13:35 -0400 Subject: [PATCH 4/6] Added simpletest to end of filename --- examples/{vc0706_snapshot.py => vc0706_snapshot_simpletest.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{vc0706_snapshot.py => vc0706_snapshot_simpletest.py} (100%) diff --git a/examples/vc0706_snapshot.py b/examples/vc0706_snapshot_simpletest.py similarity index 100% rename from examples/vc0706_snapshot.py rename to examples/vc0706_snapshot_simpletest.py From 181f0dcde722a9bcc1152c89df736cb89070924c Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Tue, 7 May 2019 09:14:36 -0400 Subject: [PATCH 5/6] Updated examples.rst to reflect filename changes --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index dc9f56b..cde149f 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -7,6 +7,6 @@ Ensure your device works with this simple test. :caption: examples/vc0706_snapshot_internal.py :linenos: -.. literalinclude:: ../examples/vc0706_snapshot.py +.. literalinclude:: ../examples/vc0706_snapshot_simpletest.py :caption: examples/vc0706_snapshot.py :linenos: From b89d810f4088aa45442f766321060ef152efa46a Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 8 May 2019 21:07:56 -0400 Subject: [PATCH 6/6] Added simpletest to end of example filename --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index cde149f..b35627f 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -8,5 +8,5 @@ Ensure your device works with this simple test. :linenos: .. literalinclude:: ../examples/vc0706_snapshot_simpletest.py - :caption: examples/vc0706_snapshot.py + :caption: examples/vc0706_snapshot_simpletest.py :linenos: