Skip to content

Commit a2f4715

Browse files
committed
Fix sphinx warnings for headers.
1 parent 6ec956b commit a2f4715

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ manage projects using this Client Library.
240240
.. _Resource Manager documentation: https://googlecloudplatform.github.io/gcloud-python/stable/resource-manager-api.html
241241

242242
Google Stackdriver Logging
243-
--------------------
243+
--------------------------
244244

245245
`Stackdriver Logging`_ API (`Logging API docs`_) allows you to store, search,
246246
analyze, monitor, and alert on log data and events from Google Cloud Platform.

docs/logging-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Stackdriver Logging Client
2-
==============
2+
==========================
33

44
.. automodule:: gcloud.logging.client
55
:members:

docs/monitoring-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Stackdriver Monitoring Client
2-
=================
2+
=============================
33

44
.. automodule:: gcloud.monitoring.client
55
:members:

gcloud/logging/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Connection(base_connection.JSONConnection):
4545
'https://www.googleapis.com/auth/logging.write',
4646
'https://www.googleapis.com/auth/logging.admin',
4747
'https://www.googleapis.com/auth/cloud-platform')
48-
"""The scopes required for authenticating as a Stackdriver Logging consumer."""
48+
"""The scopes required for authenticating as a Logging consumer."""
4949

5050

5151
class _LoggingAPI(object):

0 commit comments

Comments
 (0)