From b6c981ac972c6cb7a5c81e776c81242de75efbc1 Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Tue, 23 May 2017 14:38:00 -0700 Subject: [PATCH 1/2] Fix README rst links --- bigtable/autoscaler/README.rst | 13 +++++++------ bigtable/autoscaler/README.rst.in | 2 +- scripts/readme-gen/templates/README.tmpl.rst | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/bigtable/autoscaler/README.rst b/bigtable/autoscaler/README.rst index 7ab8608fdbe..6e5ffa1f9da 100644 --- a/bigtable/autoscaler/README.rst +++ b/bigtable/autoscaler/README.rst @@ -9,7 +9,7 @@ This directory contains samples for Google Cloud Bigtable. `Google Cloud Bigtabl This sample demonstrates using `Stackdriver monitoring`_, to scale Cloud Bigtable based on CPU usage. -.. Stackdriver Monitoring: http://cloud.google.com/monitoring/docs +.. _Stackdriver Monitoring: http://cloud.google.com/monitoring/docs .. _Google Cloud Bigtable: https://cloud.google.com/bigtable/docs @@ -88,12 +88,13 @@ To run this sample: usage: autoscaler.py [-h] [--high_cpu_threshold HIGH_CPU_THRESHOLD] [--low_cpu_threshold LOW_CPU_THRESHOLD] [--short_sleep SHORT_SLEEP] [--long_sleep LONG_SLEEP] - instance_id + bigtable_instance bigtable_cluster Scales Bigtable clusters based on CPU usage. positional arguments: - instance_id ID of the Cloud Bigtable instance to connect to. + bigtable_instance ID of the Cloud Bigtable instance to connect to. + bigtable_cluster ID of the Cloud Bigtable cluster to connect to. optional arguments: -h, --help show this help message and exit @@ -120,11 +121,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/bigtable/autoscaler/README.rst.in b/bigtable/autoscaler/README.rst.in index 26129bcdc8a..999b06b4d45 100644 --- a/bigtable/autoscaler/README.rst.in +++ b/bigtable/autoscaler/README.rst.in @@ -13,7 +13,7 @@ description: | This sample demonstrates using `Stackdriver monitoring`_, to scale Cloud Bigtable based on CPU usage. - .. Stackdriver Monitoring: http://cloud.google.com/monitoring/docs + .. _Stackdriver Monitoring: http://cloud.google.com/monitoring/docs setup: - auth diff --git a/scripts/readme-gen/templates/README.tmpl.rst b/scripts/readme-gen/templates/README.tmpl.rst index 9acd1ba227a..79ab5688aaf 100644 --- a/scripts/readme-gen/templates/README.tmpl.rst +++ b/scripts/readme-gen/templates/README.tmpl.rst @@ -55,11 +55,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues {% endif %} From a077c8b78a3107cf822699c347d8f2f4dbb759f8 Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Tue, 23 May 2017 14:57:23 -0700 Subject: [PATCH 2/2] Update all READMEs --- bigquery/cloud-client/README.rst | 6 +++--- bigquery/dml/README.rst | 6 +++--- bigtable/hello/README.rst | 6 +++--- bigtable/hello_happybase/README.rst | 6 +++--- datastore/cloud-client/README.rst | 6 +++--- dns/api/README.rst | 6 +++--- error_reporting/README.rst | 6 +++--- language/cloud-client/v1/README.rst | 6 +++--- language/cloud-client/v1beta2/README.rst | 6 +++--- logging/cloud-client/README.rst | 6 +++--- monitoring/api/v3/cloud-client/README.rst | 6 +++--- pubsub/cloud-client/README.rst | 6 +++--- spanner/cloud-client/README.rst | 19 +++++++++++++------ speech/cloud-client/README.rst | 6 +++--- storage/cloud-client/README.rst | 6 +++--- translate/cloud-client/README.rst | 6 +++--- video/cloud-client/analyze/README.rst | 6 +++--- video/cloud-client/faces/README.rst | 6 +++--- video/cloud-client/labels/README.rst | 6 +++--- video/cloud-client/shotchange/README.rst | 6 +++--- vision/cloud-client/crop_hints/README.rst | 6 +++--- vision/cloud-client/detect/README.rst | 6 +++--- vision/cloud-client/document_text/README.rst | 6 +++--- vision/cloud-client/quickstart/README.rst | 6 +++--- vision/cloud-client/web/README.rst | 6 +++--- 25 files changed, 85 insertions(+), 78 deletions(-) diff --git a/bigquery/cloud-client/README.rst b/bigquery/cloud-client/README.rst index 4d108b1e5df..1f5b08cabfb 100644 --- a/bigquery/cloud-client/README.rst +++ b/bigquery/cloud-client/README.rst @@ -326,11 +326,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/bigquery/dml/README.rst b/bigquery/dml/README.rst index 1a1e3ec29f5..b9ce08f97f2 100644 --- a/bigquery/dml/README.rst +++ b/bigquery/dml/README.rst @@ -139,11 +139,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/bigtable/hello/README.rst b/bigtable/hello/README.rst index c4206bc79a0..dc2a6b38d85 100644 --- a/bigtable/hello/README.rst +++ b/bigtable/hello/README.rst @@ -108,11 +108,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/bigtable/hello_happybase/README.rst b/bigtable/hello_happybase/README.rst index 6d7c87e6fb5..991e5ec5507 100644 --- a/bigtable/hello_happybase/README.rst +++ b/bigtable/hello_happybase/README.rst @@ -115,11 +115,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/datastore/cloud-client/README.rst b/datastore/cloud-client/README.rst index 47bc7204557..f29ce26ea2b 100644 --- a/datastore/cloud-client/README.rst +++ b/datastore/cloud-client/README.rst @@ -125,11 +125,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/dns/api/README.rst b/dns/api/README.rst index 48a72cd59ab..2b90d348b77 100644 --- a/dns/api/README.rst +++ b/dns/api/README.rst @@ -91,11 +91,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/error_reporting/README.rst b/error_reporting/README.rst index be94d09c811..967057054a9 100644 --- a/error_reporting/README.rst +++ b/error_reporting/README.rst @@ -92,11 +92,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/language/cloud-client/v1/README.rst b/language/cloud-client/v1/README.rst index 4082c6db2e0..7e66faa8b8d 100644 --- a/language/cloud-client/v1/README.rst +++ b/language/cloud-client/v1/README.rst @@ -128,11 +128,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/language/cloud-client/v1beta2/README.rst b/language/cloud-client/v1beta2/README.rst index 17b5a04bc02..3d260b9df90 100644 --- a/language/cloud-client/v1beta2/README.rst +++ b/language/cloud-client/v1beta2/README.rst @@ -133,11 +133,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/logging/cloud-client/README.rst b/logging/cloud-client/README.rst index 767abc1031e..a9ff67afc42 100644 --- a/logging/cloud-client/README.rst +++ b/logging/cloud-client/README.rst @@ -152,11 +152,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/monitoring/api/v3/cloud-client/README.rst b/monitoring/api/v3/cloud-client/README.rst index 5751786ef5c..5af611129cf 100644 --- a/monitoring/api/v3/cloud-client/README.rst +++ b/monitoring/api/v3/cloud-client/README.rst @@ -128,11 +128,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/pubsub/cloud-client/README.rst b/pubsub/cloud-client/README.rst index b507e8fc2b9..0c18e7ff617 100644 --- a/pubsub/cloud-client/README.rst +++ b/pubsub/cloud-client/README.rst @@ -192,11 +192,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/spanner/cloud-client/README.rst b/spanner/cloud-client/README.rst index 1b39bd2dfbf..bf917255bf9 100644 --- a/spanner/cloud-client/README.rst +++ b/spanner/cloud-client/README.rst @@ -129,9 +129,16 @@ To run this sample: particular timestamp. add_index Adds a simple index to the example database. query_data_with_index - Inserts sample data into the given database. The - database and table must already exist and can be - created using `create_database`. + Queries sample data from the database using SQL and an + index. The index must exist before running this + sample. You can add the index by running the + `add_index` sample or by running this DDL statement + against your database: CREATE INDEX AlbumsByAlbumTitle + ON Albums(AlbumTitle) This sample also uses the + `MarketingBudget` column. You can add the column by + running the `add_column` sample or by running this DDL + statement against your database: ALTER TABLE Albums + ADD COLUMN MarketingBudget INT64 read_data_with_index Inserts sample data into the given database. The database and table must already exist and can be @@ -157,11 +164,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/speech/cloud-client/README.rst b/speech/cloud-client/README.rst index 7b39ad12893..70fdd92b068 100644 --- a/speech/cloud-client/README.rst +++ b/speech/cloud-client/README.rst @@ -170,11 +170,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/storage/cloud-client/README.rst b/storage/cloud-client/README.rst index 070cf263a0b..77722f1607b 100644 --- a/storage/cloud-client/README.rst +++ b/storage/cloud-client/README.rst @@ -278,11 +278,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/translate/cloud-client/README.rst b/translate/cloud-client/README.rst index 97480ee6ade..fe805724300 100644 --- a/translate/cloud-client/README.rst +++ b/translate/cloud-client/README.rst @@ -130,11 +130,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/video/cloud-client/analyze/README.rst b/video/cloud-client/analyze/README.rst index 2ecafe2429a..cb3d4954dd7 100644 --- a/video/cloud-client/analyze/README.rst +++ b/video/cloud-client/analyze/README.rst @@ -115,11 +115,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/video/cloud-client/faces/README.rst b/video/cloud-client/faces/README.rst index fa870f1a61c..05751389ca3 100644 --- a/video/cloud-client/faces/README.rst +++ b/video/cloud-client/faces/README.rst @@ -109,11 +109,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/video/cloud-client/labels/README.rst b/video/cloud-client/labels/README.rst index 0f93579a6ab..431f5325a8c 100644 --- a/video/cloud-client/labels/README.rst +++ b/video/cloud-client/labels/README.rst @@ -109,11 +109,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/video/cloud-client/shotchange/README.rst b/video/cloud-client/shotchange/README.rst index cf24f2f0245..6b5f9790c85 100644 --- a/video/cloud-client/shotchange/README.rst +++ b/video/cloud-client/shotchange/README.rst @@ -109,11 +109,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/vision/cloud-client/crop_hints/README.rst b/vision/cloud-client/crop_hints/README.rst index 42aaa05fa5f..2f21627020c 100644 --- a/vision/cloud-client/crop_hints/README.rst +++ b/vision/cloud-client/crop_hints/README.rst @@ -100,11 +100,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/vision/cloud-client/detect/README.rst b/vision/cloud-client/detect/README.rst index 7fd18190687..bb8bf95c20f 100644 --- a/vision/cloud-client/detect/README.rst +++ b/vision/cloud-client/detect/README.rst @@ -144,11 +144,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/vision/cloud-client/document_text/README.rst b/vision/cloud-client/document_text/README.rst index d874a6fbc01..9f312d15a08 100644 --- a/vision/cloud-client/document_text/README.rst +++ b/vision/cloud-client/document_text/README.rst @@ -100,11 +100,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/vision/cloud-client/quickstart/README.rst b/vision/cloud-client/quickstart/README.rst index 3e710829990..e6c5c8ff8ad 100644 --- a/vision/cloud-client/quickstart/README.rst +++ b/vision/cloud-client/quickstart/README.rst @@ -99,11 +99,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues diff --git a/vision/cloud-client/web/README.rst b/vision/cloud-client/web/README.rst index d1fc6a8ce1a..0e2c54178e0 100644 --- a/vision/cloud-client/web/README.rst +++ b/vision/cloud-client/web/README.rst @@ -107,11 +107,11 @@ This sample uses the `Google Cloud Client Library for Python`_. You can read the documentation for more details on API usage and use GitHub to `browse the source`_ and `report issues`_. -.. Google Cloud Client Library for Python: +.. _Google Cloud Client Library for Python: https://googlecloudplatform.github.io/google-cloud-python/ -.. browse the source: +.. _browse the source: https://github.com/GoogleCloudPlatform/google-cloud-python -.. report issues: +.. _report issues: https://github.com/GoogleCloudPlatform/google-cloud-python/issues