From 1bb22d818a6f034573e33fb7b8100c98404c6a31 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 22 Aug 2020 14:26:47 +0200 Subject: [PATCH] Added missing docs --- docs/source/backends.rst | 1 + docs/source/events.rst | 1 + docs/source/platypush/backend/github.rst | 5 +++++ docs/source/platypush/events/github.rst | 5 +++++ 4 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/backend/github.rst create mode 100644 docs/source/platypush/events/github.rst diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 98b10b6a38..16517ff024 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -23,6 +23,7 @@ Backends platypush/backend/covid19.rst platypush/backend/dbus.rst platypush/backend/foursquare.rst + platypush/backend/github.rst platypush/backend/google.fit.rst platypush/backend/google.pubsub.rst platypush/backend/gps.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 9b03f9d61f..2966d6ac72 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -20,6 +20,7 @@ Events platypush/events/distance.rst platypush/events/foursquare.rst platypush/events/geo.rst + platypush/events/github.rst platypush/events/google.rst platypush/events/google.fit.rst platypush/events/google.pubsub.rst diff --git a/docs/source/platypush/backend/github.rst b/docs/source/platypush/backend/github.rst new file mode 100644 index 0000000000..769bc228ba --- /dev/null +++ b/docs/source/platypush/backend/github.rst @@ -0,0 +1,5 @@ +``platypush.backend.github`` +============================ + +.. automodule:: platypush.backend.github + :members: diff --git a/docs/source/platypush/events/github.rst b/docs/source/platypush/events/github.rst new file mode 100644 index 0000000000..20c1818b1c --- /dev/null +++ b/docs/source/platypush/events/github.rst @@ -0,0 +1,5 @@ +``platypush.message.event.github`` +================================== + +.. automodule:: platypush.message.event.github + :members: