Skip to content

Commit 44f9558

Browse files
committed
Fix docs coverage for logging.
1 parent 586113f commit 44f9558

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
:caption: Cloud Logging
112112

113113
logging-usage
114+
Client <logging-client>
114115

115116
.. toctree::
116117
:maxdepth: 0

docs/logging-client.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Logging Client
2+
==============
3+
4+
.. automodule:: gcloud.logging.client
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
Connection
10+
~~~~~~~~~~
11+
12+
.. automodule:: gcloud.logging.connection
13+
:members:
14+
:undoc-members:
15+
:show-inheritance:
16+

scripts/verify_included_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'gcloud.datastore.__init__',
3737
'gcloud.dns.__init__',
3838
'gcloud.iterator',
39+
'gcloud.logging.__init__',
3940
'gcloud.pubsub.__init__',
4041
'gcloud.resource_manager.__init__',
4142
'gcloud.search.__init__',

0 commit comments

Comments
 (0)