diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 0fc9495d49..eb5922a13b 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 0000000000..79bc85f600 --- /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 0000000000..ea2363ebab --- /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 0000000000..2e8d22b214 --- /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 ce46f7302c..892caa154f 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