Skip to content

Commit 8341da1

Browse files
authored
Regenerate tasks, fixup API enablement URL (#5579)
1 parent e1e714c commit 8341da1

File tree

17 files changed

+1107
-408
lines changed

17 files changed

+1107
-408
lines changed

tasks/README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Python Client for Cloud Tasks API (`Alpha`_)
22
============================================
33

4-
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests. Cloud Tasks
5-
is in Alpha.
4+
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests.
65

76
- `Client Library Documentation`_
87
- `Product Documentation`_
@@ -24,7 +23,7 @@ In order to use this library, you first need to go through the following steps:
2423

2524
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2625
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
27-
.. _Enable the Cloud Tasks API.: https://cloud.google.com/tasks
26+
.. _Enable the Cloud Tasks API.: https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com
2827
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
2928

3029
Installation

tasks/docs/conf.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
# (source start file, target name, title,
235235
# author, documentclass [howto, manual, or own class]).
236236
latex_documents = [
237-
(master_doc, 'google-cloud-tasks.tex',
238-
u'google-cloud-tasks Documentation', author, 'manual'),
237+
(master_doc, 'google-cloud-tasks.tex', u'google-cloud-tasks Documentation',
238+
author, 'manual'),
239239
]
240240

241241
# The name of an image file (relative to this directory) to place at the top of
@@ -274,9 +274,8 @@
274274
# (source start file, target name, title, author,
275275
# dir menu entry, description, category)
276276
texinfo_documents = [
277-
(master_doc, 'google-cloud-tasks',
278-
u'google-cloud-tasks Documentation', author,
279-
'google-cloud-tasks',
277+
(master_doc, 'google-cloud-tasks', u'google-cloud-tasks Documentation',
278+
author, 'google-cloud-tasks',
280279
'GAPIC library for the {metadata.shortName} v2beta2 service', 'APIs'),
281280
]
282281

tasks/docs/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
Python Client for Cloud Tasks API (`Alpha`_)
22
============================================
33

4-
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests. Cloud Tasks
5-
is in Alpha.
4+
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests.
65

76
- `Client Library Documentation`_
87
- `Product Documentation`_
98

109
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
11-
.. _Cloud Tasks API: https://cloud.google.com/cloud-tasks
12-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/cloud-tasks/usage.html
13-
.. _Product Documentation: https://cloud.google.com/cloud-tasks
10+
.. _Cloud Tasks API: https://cloud.google.com/tasks
11+
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/tasks/usage.html
12+
.. _Product Documentation: https://cloud.google.com/tasks
1413

1514
Quick Start
1615
-----------
@@ -24,7 +23,7 @@ In order to use this library, you first need to go through the following steps:
2423

2524
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2625
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
27-
.. _Enable the Cloud Tasks API.: https://cloud.google.com/cloud-tasks
26+
.. _Enable the Cloud Tasks API.: https://cloud.google.com/tasks
2827
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
2928

3029
Installation
@@ -72,7 +71,7 @@ Next Steps
7271
- View this `repository’s main README`_ to see the full list of Cloud
7372
APIs that we cover.
7473

75-
.. _Cloud Tasks API Product documentation: https://cloud.google.com/cloud-tasks
74+
.. _Cloud Tasks API Product documentation: https://cloud.google.com/tasks
7675
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
7776

7877
Api Reference

0 commit comments

Comments
 (0)