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