From b9113bb57b92c68cc58d8dca2bbaa0d8d54685da Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 3 Aug 2019 02:11:21 +0200 Subject: [PATCH] Added docs for envirophat and gps integrations --- docs/source/backends.rst | 2 ++ docs/source/platypush/backend/gps.rst | 6 ++++++ docs/source/platypush/backend/sensor.envirophat.rst | 6 ++++++ docs/source/platypush/plugins/gpio.sensor.envirophat.rst | 6 ++++++ docs/source/plugins.rst | 1 + 5 files changed, 21 insertions(+) create mode 100644 docs/source/platypush/backend/gps.rst create mode 100644 docs/source/platypush/backend/sensor.envirophat.rst create mode 100644 docs/source/platypush/plugins/gpio.sensor.envirophat.rst diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 0fc9495d..eb5922a1 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -16,6 +16,7 @@ Backends platypush/backend/http.rst platypush/backend/http.poll.rst platypush/backend/http.request.rss.rst + platypush/backend/gps.rst platypush/backend/inotify.rst platypush/backend/joystick.rst platypush/backend/kafka.rst @@ -30,6 +31,7 @@ Backends platypush/backend/redis.rst platypush/backend/scard.rst platypush/backend/sensor.accelerometer.rst + platypush/backend/sensor.envirophat.rst platypush/backend/sensor.ir.zeroborg.rst platypush/backend/sensor.leap.rst platypush/backend/sensor.mcp3008.rst diff --git a/docs/source/platypush/backend/gps.rst b/docs/source/platypush/backend/gps.rst new file mode 100644 index 00000000..79bc85f6 --- /dev/null +++ b/docs/source/platypush/backend/gps.rst @@ -0,0 +1,6 @@ +``platypush.backend.gps`` +========================= + +.. automodule:: platypush.backend.gps + :members: + diff --git a/docs/source/platypush/backend/sensor.envirophat.rst b/docs/source/platypush/backend/sensor.envirophat.rst new file mode 100644 index 00000000..ea2363eb --- /dev/null +++ b/docs/source/platypush/backend/sensor.envirophat.rst @@ -0,0 +1,6 @@ +``platypush.backend.sensor.envirophat`` +======================================= + +.. automodule:: platypush.backend.sensor.envirophat + :members: + diff --git a/docs/source/platypush/plugins/gpio.sensor.envirophat.rst b/docs/source/platypush/plugins/gpio.sensor.envirophat.rst new file mode 100644 index 00000000..2e8d22b2 --- /dev/null +++ b/docs/source/platypush/plugins/gpio.sensor.envirophat.rst @@ -0,0 +1,6 @@ +``platypush.plugins.gpio.sensor.envirophat`` +============================================ + +.. automodule:: platypush.plugins.gpio.sensor.envirophat + :members: + diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index ce46f730..892caa15 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -25,6 +25,7 @@ Plugins platypush/plugins/google.youtube.rst platypush/plugins/gpio.rst platypush/plugins/gpio.sensor.accelerometer.rst + platypush/plugins/gpio.sensor.envirophat.rst platypush/plugins/gpio.sensor.distance.rst platypush/plugins/gpio.sensor.mcp3008.rst platypush/plugins/gpio.sensor.rst