Skip to content

Commit 52c5872

Browse files
authored
Merge pull request #2280 from dhermes/fix-rtd-links
Updating RTD links and renaming RST docs with gcloud-* prefix
2 parents a2afc69 + 4932a77 commit 52c5872

14 files changed

Lines changed: 15 additions & 22 deletions

CONTRIBUTING.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ can build the docs via::
310310

311311
$ tox -e docs
312312

313-
In addition, to build a preview of the `readthedocs`_ theme, you can
314-
build via::
315-
316-
$ tox -e docs-rtd
317-
318-
.. _readthedocs: http://google-cloud-python.readthedocs.org/
319-
320313
Note About ``README`` as it pertains to PyPI
321314
--------------------------------------------
322315

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.org/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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ and
141141
factories are provided to create a :class:`Client <google.cloud.client.Client>` with
142142
service account credentials.
143143

144-
.. _oauth2client: http://oauth2client.readthedocs.org/en/latest/
144+
.. _oauth2client: http://oauth2client.readthedocs.io/en/latest/
145145

146146
For example, with a JSON keyfile:
147147

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`.

0 commit comments

Comments
 (0)