From 742bce333db9e874a629e72b94a35acc0c6a68d4 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Tue, 14 Mar 2023 11:01:11 -0700 Subject: [PATCH 1/2] docs: point to the correct documentation page --- .repo-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index f8628b5..507603e 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "name": "batch", "name_pretty": "Cloud Batch", "api_description": "", - "product_documentation": "https://cloud.google.com/", + "product_documentation": "https://cloud.google.com/batch/docs", "client_documentation": "https://cloud.google.com/python/docs/reference/batch/latest", "issue_tracker": "", "release_level": "preview", @@ -14,4 +14,4 @@ "default_version": "v1", "codeowner_team": "", "api_shortname": "batch" -} \ No newline at end of file +} From 6ab85719166c4d1f3b7bfec0fbc4ef07fb9ba8fe Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 14 Mar 2023 18:03:25 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e5c4773..51018da 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,9 @@ Python Client for Cloud Batch API :target: https://pypi.org/project/google-cloud-batch/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-batch.svg :target: https://pypi.org/project/google-cloud-batch/ -.. _Cloud Batch API: https://cloud.google.com/ +.. _Cloud Batch API: https://cloud.google.com/batch/docs .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/batch/latest -.. _Product Documentation: https://cloud.google.com/ +.. _Product Documentation: https://cloud.google.com/batch/docs Quick Start ----------- @@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Cloud Batch API.: https://cloud.google.com/ +.. _Enable the Cloud Batch API.: https://cloud.google.com/batch/docs .. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html Installation @@ -103,5 +103,5 @@ Next Steps - View this `README`_ to see the full list of Cloud APIs that we cover. -.. _Cloud Batch API Product documentation: https://cloud.google.com/ +.. _Cloud Batch API Product documentation: https://cloud.google.com/batch/docs .. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst