From e8fa95807e8a5a3e5273bf23e4d668626ff26129 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 10 May 2019 09:40:08 -0400 Subject: [PATCH 1/2] Added module name to example filenames --- examples/{print_touches.py => focaltouch_print_touches.py} | 0 examples/{simple_paint.py => focaltouch_simple_paint.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/{print_touches.py => focaltouch_print_touches.py} (100%) rename examples/{simple_paint.py => focaltouch_simple_paint.py} (100%) diff --git a/examples/print_touches.py b/examples/focaltouch_print_touches.py similarity index 100% rename from examples/print_touches.py rename to examples/focaltouch_print_touches.py diff --git a/examples/simple_paint.py b/examples/focaltouch_simple_paint.py similarity index 100% rename from examples/simple_paint.py rename to examples/focaltouch_simple_paint.py From cfeecdba18e0e9c71147c07e6d6dab9ac84cbaad Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 10 May 2019 09:41:03 -0400 Subject: [PATCH 2/2] Updated docs to reflect filename changes --- docs/examples.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index b5a546e..5f3ef7e 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -3,10 +3,10 @@ Simple tests Ensure your device works with these simple tests. -.. literalinclude:: ../examples/print_touches.py - :caption: examples/print_touches.py +.. literalinclude:: ../examples/focaltouch_print_touches.py + :caption: examples/focaltouch_print_touches.py :linenos: -.. literalinclude:: ../examples/simple_paint.py - :caption: examples/simple_paint.py - :linenos: \ No newline at end of file +.. literalinclude:: ../examples/focaltouch_simple_paint.py + :caption: examples/focaltouch_simple_paint.py + :linenos: