From 02f4b1910fa822e13f49c73ee6d47dd06ae56b2b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 9 Jan 2019 16:07:20 +0100 Subject: [PATCH] Added missing docs --- docs/source/platypush/backend/light.hue.rst | 6 ++++++ docs/source/platypush/events/light.rst | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/backend/light.hue.rst create mode 100644 docs/source/platypush/events/light.rst diff --git a/docs/source/platypush/backend/light.hue.rst b/docs/source/platypush/backend/light.hue.rst new file mode 100644 index 0000000000..05f3dd8270 --- /dev/null +++ b/docs/source/platypush/backend/light.hue.rst @@ -0,0 +1,6 @@ +``platypush.backend.light.hue`` +=============================== + +.. automodule:: platypush.backend.light.hue + :members: + diff --git a/docs/source/platypush/events/light.rst b/docs/source/platypush/events/light.rst new file mode 100644 index 0000000000..a03e7d3f1d --- /dev/null +++ b/docs/source/platypush/events/light.rst @@ -0,0 +1,6 @@ +``platypush.message.event.light`` +================================= + +.. automodule:: platypush.message.event.light + :members: +