diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 98b10b6a..16517ff0 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 9b03f9d6..2966d6ac 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 00000000..769bc228 --- /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 00000000..20c1818b --- /dev/null +++ b/docs/source/platypush/events/github.rst @@ -0,0 +1,5 @@ +``platypush.message.event.github`` +================================== + +.. automodule:: platypush.message.event.github + :members: