From ff0c6b2bab4cdb985ef0dd7ccdae762b1886dbe4 Mon Sep 17 00:00:00 2001 From: Matheus Siqueira Date: Tue, 1 Oct 2019 16:45:53 -0300 Subject: [PATCH 1/5] Rename amg8xx_rpi_thermal_cam.py to amg88x_rpi_thermal_cam.py --- examples/{amg8xx_rpi_thermal_cam.py => amg88x_rpi_thermal_cam.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{amg8xx_rpi_thermal_cam.py => amg88x_rpi_thermal_cam.py} (100%) diff --git a/examples/amg8xx_rpi_thermal_cam.py b/examples/amg88x_rpi_thermal_cam.py similarity index 100% rename from examples/amg8xx_rpi_thermal_cam.py rename to examples/amg88x_rpi_thermal_cam.py From 9a8f533379012fb6c2b5741360a4790e1217a5e8 Mon Sep 17 00:00:00 2001 From: Matheus Siqueira Date: Tue, 1 Oct 2019 16:48:05 -0300 Subject: [PATCH 2/5] Update examples.rst --- docs/examples.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/examples.rst b/docs/examples.rst index 9109356..7db3e29 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -6,3 +6,12 @@ Ensure your device works with this test: .. literalinclude:: ../examples/amg88xx_simpletest.py :caption: examples/amg88xx_simpletest.py :linenos: + +Pixel test RasPy +------------ + +Ensure your device works with this test: + +.. literalinclude:: ../examples/amg88xx_rpi_thermal_cam.py + :caption: examples/amg88xx_rpi_thermal_cam.py + :linenos: From d25fe2d9763e1a4fc9e622a6fd08b61f2862f57a Mon Sep 17 00:00:00 2001 From: Matheus Siqueira Date: Tue, 1 Oct 2019 19:22:05 -0300 Subject: [PATCH 3/5] Update examples.rst --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index 7db3e29..9a7c139 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -8,7 +8,7 @@ Ensure your device works with this test: :linenos: Pixel test RasPy ------------- +------------------ Ensure your device works with this test: From 1f0c82f5242719b02a11348e3d4a21a86e2573f8 Mon Sep 17 00:00:00 2001 From: Matheus Siqueira Date: Wed, 2 Oct 2019 22:03:07 -0300 Subject: [PATCH 4/5] corrected examples.rst --- docs/examples.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 9a7c139..9109356 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -6,12 +6,3 @@ Ensure your device works with this test: .. literalinclude:: ../examples/amg88xx_simpletest.py :caption: examples/amg88xx_simpletest.py :linenos: - -Pixel test RasPy ------------------- - -Ensure your device works with this test: - -.. literalinclude:: ../examples/amg88xx_rpi_thermal_cam.py - :caption: examples/amg88xx_rpi_thermal_cam.py - :linenos: From 5c77bdab953da960ac5fcdbf250d7654547a6628 Mon Sep 17 00:00:00 2001 From: Matheus Siqueira Date: Wed, 2 Oct 2019 22:11:24 -0300 Subject: [PATCH 5/5] right rename --- .../{amg88x_rpi_thermal_cam.py => amg88xx_rpi_thermal_cam.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{amg88x_rpi_thermal_cam.py => amg88xx_rpi_thermal_cam.py} (100%) diff --git a/examples/amg88x_rpi_thermal_cam.py b/examples/amg88xx_rpi_thermal_cam.py similarity index 100% rename from examples/amg88x_rpi_thermal_cam.py rename to examples/amg88xx_rpi_thermal_cam.py