From 40269ddaad5d5a11f2f5dfee9d7385698bb8541b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 23 Aug 2020 21:13:14 +0200 Subject: [PATCH] Added missing docs --- docs/source/platypush/plugins/lcd.gpio.rst | 5 +++++ docs/source/platypush/plugins/lcd.i2c.rst | 5 +++++ docs/source/plugins.rst | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/plugins/lcd.gpio.rst create mode 100644 docs/source/platypush/plugins/lcd.i2c.rst diff --git a/docs/source/platypush/plugins/lcd.gpio.rst b/docs/source/platypush/plugins/lcd.gpio.rst new file mode 100644 index 00000000..4ff0a8c4 --- /dev/null +++ b/docs/source/platypush/plugins/lcd.gpio.rst @@ -0,0 +1,5 @@ +``platypush.plugins.lcd.gpio`` +============================== + +.. automodule:: platypush.plugins.lcd.gpio + :members: diff --git a/docs/source/platypush/plugins/lcd.i2c.rst b/docs/source/platypush/plugins/lcd.i2c.rst new file mode 100644 index 00000000..540b9054 --- /dev/null +++ b/docs/source/platypush/plugins/lcd.i2c.rst @@ -0,0 +1,5 @@ +``platypush.plugins.lcd.i2c`` +============================= + +.. automodule:: platypush.plugins.lcd.i2c + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 1721faf1..2e784514 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -64,6 +64,8 @@ Plugins platypush/plugins/inspect.rst platypush/plugins/kafka.rst platypush/plugins/lastfm.rst + platypush/plugins/lcd.gpio.rst + platypush/plugins/lcd.i2c.rst platypush/plugins/light.rst platypush/plugins/light.hue.rst platypush/plugins/linode.rst