Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ Authentication

With ``gcloud-python`` we try to make authentication as painless as possible.
Check out the `Authentication section`_ in our documentation to learn more.
You may also find the `authorization document`_ shared by all the ``gcloud-*``
You may also find the `authentication document`_ shared by all the ``gcloud-*``
libraries to be helpful.

.. _Authentication section: http://gcloud-python.readthedocs.org/en/latest/gcloud-auth.html
.. _authorization document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authorization
.. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication

Google Cloud Datastore
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/bigquery-usage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using the API
=============

Authorization / Configuration
Authentication / Configuration
-----------------------------

- Use :class:`Client <gcloud.bigquery.client.Client>` objects to configure
Expand Down
8 changes: 4 additions & 4 deletions docs/gcloud-auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ you need a `Google Developers Service Account`_.

.. raw:: html

<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authorization/enable-apis.png"/>
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png"/>

.. note::

Expand Down Expand Up @@ -232,11 +232,11 @@ you need a `Google Developers Service Account`_.

.. raw:: html

<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authorization/create-new-service-account.png">
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png">

.. raw:: html

<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authorization/create-new-service-account-existing-keys.png">
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png">

Find the "Add credentials" drop down and select "Service account" to be
guided through downloading a new JSON keyfile.
Expand All @@ -248,7 +248,7 @@ you need a `Google Developers Service Account`_.

.. raw:: html

<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authorization/reuse-service-account.png">
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png">

.. _Google Developers Console: https://console.developers.google.com/project
.. _Google Developers Service Account: https://developers.google.com/accounts/docs/OAuth2ServiceAccount
Expand Down
2 changes: 1 addition & 1 deletion docs/pubsub-usage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using the API
=============

Authorization / Configuration
Authentication / Configuration
-----------------------------

- Use :class:`Client <gcloud.pubsub.client.Client>` objects to configure
Expand Down