forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
fa0a5805be
commit
1bb22d818a
4 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
docs/source/platypush/backend/github.rst
Normal file
5
docs/source/platypush/backend/github.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.github``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.backend.github
|
||||
:members:
|
5
docs/source/platypush/events/github.rst
Normal file
5
docs/source/platypush/events/github.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.github``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.message.event.github
|
||||
:members:
|
Loading…
Reference in a new issue