Skip to content

Commit 4932a77

Browse files
committed
Renaming three RST docs with prefix gcloud->google-cloud.
1 parent d627420 commit 4932a77

13 files changed

Lines changed: 14 additions & 14 deletions

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Check out the `Authentication section`_ in our documentation to learn more.
6161
You may also find the `authentication document`_ shared by all the
6262
``google-cloud-*`` libraries to be helpful.
6363

64-
.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/gcloud-auth.html
64+
.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
6565
.. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication
6666

6767
Google Cloud Datastore

docs/bigtable-client-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Configuration
2323
-------------
2424

2525
- For an overview of authentication in ``google-cloud-python``,
26-
see :doc:`gcloud-auth`.
26+
see :doc:`google-cloud-auth`.
2727

2828
- In addition to any authentication configuration, you can also set the
2929
:envvar:`GOOGLE_CLOUD_PROJECT` environment variable for the Google Cloud Console

docs/dns-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Client
88
configure your DNS applications. Each instance holds both a ``project``
99
and an authenticated connection to the DNS service.
1010

11-
For an overview of authentication in ``google-cloud-python``, see :doc:`gcloud-auth`.
11+
For an overview of authentication in ``google-cloud-python``, see :doc:`google-cloud-auth`.
1212

1313
Assuming your environment is set up as described in that document,
1414
create an instance of :class:`Client <google.cloud.dns.client.Client>`.

docs/error-reporting-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authentication and Configuration
66
--------------------------------
77

88
- For an overview of authentication in ``google-cloud-python``,
9-
see :doc:`gcloud-auth`.
9+
see :doc:`google-cloud-auth`.
1010

1111
- In addition to any authentication configuration, you should also set the
1212
:envvar:`GOOGLE_CLOUD_PROJECT` environment variable for the project you'd like
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Authentication
4343
==============
4444

4545
The authentication credentials can be implicitly determined from the
46-
environment or directly. See :doc:`gcloud-auth`.
46+
environment or directly. See :doc:`google-cloud-auth`.
4747

4848
Logging in via ``gcloud beta auth application-default login`` will
4949
automatically configure a JSON key file with your default project ID and

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
:hidden:
44
:caption: google-cloud
55

6-
gcloud-api
7-
gcloud-config
8-
gcloud-auth
6+
google-cloud-api
7+
google-cloud-config
8+
google-cloud-auth
99
operation-api
1010

1111
.. toctree::

docs/language-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ means to configure your application. Each instance holds
2626
an authenticated connection to the Natural Language service.
2727

2828
For an overview of authentication in ``google-cloud-python``, see
29-
:doc:`gcloud-auth`.
29+
:doc:`google-cloud-auth`.
3030

3131
Assuming your environment is set up as described in that document,
3232
create an instance of :class:`~google.cloud.language.client.Client`.

docs/logging-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authentication and Configuration
66
--------------------------------
77

88
- For an overview of authentication in ``google-cloud-python``,
9-
see :doc:`gcloud-auth`.
9+
see :doc:`google-cloud-auth`.
1010

1111
- In addition to any authentication configuration, you should also set the
1212
:envvar:`GOOGLE_CLOUD_PROJECT` environment variable for the project you'd like

0 commit comments

Comments
 (0)