diff --git a/docs/source/backends.rst b/docs/source/backends.rst index f2fb8251a5..6389ee5fbb 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -22,6 +22,7 @@ Backends platypush/backend/redis.rst platypush/backend/scard.rst platypush/backend/sensor.rst + platypush/backend/sensor.accelerometer.rst platypush/backend/sensor.ir.zeroborg.rst platypush/backend/sensor.leap.rst platypush/backend/sensor.mcp3008.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 2c0625984a..5bf639cafe 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -5,11 +5,13 @@ Events :maxdepth: 2 :caption: Events: + platypush/events/application.rst platypush/events/assistant.rst platypush/events/button.flic.rst platypush/events/geo.rst platypush/events/http.rst platypush/events/http.rss.rst + platypush/events/joystick.rst platypush/events/kafka.rst platypush/events/midi.rst platypush/events/music.rst diff --git a/docs/source/platypush/backend/sensor.accelerometer.rst b/docs/source/platypush/backend/sensor.accelerometer.rst new file mode 100644 index 0000000000..6c9fc6f466 --- /dev/null +++ b/docs/source/platypush/backend/sensor.accelerometer.rst @@ -0,0 +1,6 @@ +``platypush.backend.sensor.accelerometer`` +========================================== + +.. automodule:: platypush.backend.sensor.accelerometer + :members: + diff --git a/docs/source/platypush/events/application.rst b/docs/source/platypush/events/application.rst new file mode 100644 index 0000000000..ec3c1e8703 --- /dev/null +++ b/docs/source/platypush/events/application.rst @@ -0,0 +1,6 @@ +``platypush.message.event.application`` +======================================= + +.. automodule:: platypush.message.event.application + :members: + diff --git a/docs/source/platypush/events/joystick.rst b/docs/source/platypush/events/joystick.rst new file mode 100644 index 0000000000..32364594fc --- /dev/null +++ b/docs/source/platypush/events/joystick.rst @@ -0,0 +1,6 @@ +``platypush.message.event.joystick`` +==================================== + +.. automodule:: platypush.message.event.joystick + :members: + diff --git a/docs/source/platypush/plugins/gpio.sensor.accelerometer.rst b/docs/source/platypush/plugins/gpio.sensor.accelerometer.rst new file mode 100644 index 0000000000..b48a841b89 --- /dev/null +++ b/docs/source/platypush/plugins/gpio.sensor.accelerometer.rst @@ -0,0 +1,6 @@ +``platypush.plugins.gpio.sensor.accelerometer`` +=============================================== + +.. automodule:: platypush.plugins.gpio.sensor.accelerometer + :members: + diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index db7f58a4f4..d79c98e2f3 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -19,6 +19,7 @@ Plugins platypush/plugins/google.maps.rst platypush/plugins/gpio.rst platypush/plugins/gpio.sensor.rst + platypush/plugins/gpio.sensor.accelerometer.rst platypush/plugins/gpio.sensor.distance.rst platypush/plugins/gpio.sensor.mcp3008.rst platypush/plugins/gpio.zeroborg.rst