From ddf7ce972699b52d5d3d238f1f8482ef9151870b Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 1 Oct 2015 11:39:48 -0700 Subject: [PATCH] Changing "authorization" to "authentication". Also fixing some broken links caused by a similar change in `gcloud-common`. --- README.rst | 4 ++-- docs/bigquery-usage.rst | 2 +- docs/gcloud-auth.rst | 8 ++++---- docs/pubsub-usage.rst | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 150e0c582ba0..2ae6c4783972 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------------------- diff --git a/docs/bigquery-usage.rst b/docs/bigquery-usage.rst index 122ae3ecf05c..a0fa5926183b 100644 --- a/docs/bigquery-usage.rst +++ b/docs/bigquery-usage.rst @@ -1,7 +1,7 @@ Using the API ============= -Authorization / Configuration +Authentication / Configuration ----------------------------- - Use :class:`Client ` objects to configure diff --git a/docs/gcloud-auth.rst b/docs/gcloud-auth.rst index 94b61f81bdab..42542dfff46c 100644 --- a/docs/gcloud-auth.rst +++ b/docs/gcloud-auth.rst @@ -199,7 +199,7 @@ you need a `Google Developers Service Account`_. .. raw:: html - + .. note:: @@ -232,11 +232,11 @@ you need a `Google Developers Service Account`_. .. raw:: html - + .. raw:: html - + Find the "Add credentials" drop down and select "Service account" to be guided through downloading a new JSON keyfile. @@ -248,7 +248,7 @@ you need a `Google Developers Service Account`_. .. raw:: html - + .. _Google Developers Console: https://console.developers.google.com/project .. _Google Developers Service Account: https://developers.google.com/accounts/docs/OAuth2ServiceAccount diff --git a/docs/pubsub-usage.rst b/docs/pubsub-usage.rst index 6030a768b1b4..56d9a96b8204 100644 --- a/docs/pubsub-usage.rst +++ b/docs/pubsub-usage.rst @@ -1,7 +1,7 @@ Using the API ============= -Authorization / Configuration +Authentication / Configuration ----------------------------- - Use :class:`Client ` objects to configure