Skip to content

Commit

Permalink
add docs alert and types_
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Jun 29, 2024
1 parent 8449109 commit 0018835
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/api-reference/alert.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pittgoogle.alert
================

.. automodule:: pittgoogle.alert
:members:
:private-members:
:member-order: bysource
15 changes: 15 additions & 0 deletions docs/source/api-reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pittgoogle
==========

.. These are from the ___init__.py file. Would be nice to find a way to pull them in automatically.
.. autosummary::

pittgoogle.Alert
pittgoogle.Auth
pittgoogle.Consumer
pittgoogle.ProjectIds
pittgoogle.Schemas
pittgoogle.Subscription
pittgoogle.Table
pittgoogle.Topic
7 changes: 7 additions & 0 deletions docs/source/api-reference/types_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pittgoogle.types_
=================

.. automodule:: pittgoogle.types_
:members:
:private-members:
:member-order: bysource
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ If you run into trouble, please
:caption: API Reference
:maxdepth: 1

api-reference/index
api-reference/alert
api-reference/auth
api-reference/bigquery
api-reference/exceptions
api-reference/pubsub
api-reference/registry
api-reference/types_
api-reference/utils

0 comments on commit 0018835

Please sign in to comment.