Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 8d455cd

Browse files
authored
regenerate tasks v2beta2 (#5469)
* regenerate tasks v2beta2 * add synth script
1 parent 1e9b80e commit 8d455cd

File tree

6 files changed

+317
-33
lines changed

6 files changed

+317
-33
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ is in Alpha.
88
- `Product Documentation`_
99

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

1515
Quick Start
1616
-----------
@@ -24,7 +24,7 @@ In order to use this library, you first need to go through the following steps:
2424

2525
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2626
.. _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/cloudtasks
27+
.. _Enable the Cloud Tasks API.: https://cloud.google.com/tasks
2828
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
2929

3030
Installation
@@ -49,7 +49,7 @@ Mac/Linux
4949
pip install virtualenv
5050
virtualenv <your-env>
5151
source <your-env>/bin/activate
52-
<your-env>/bin/pip install google-cloud-cloudtasks
52+
<your-env>/bin/pip install google-cloud-tasks
5353
5454
5555
Windows
@@ -60,7 +60,7 @@ Windows
6060
pip install virtualenv
6161
virtualenv <your-env>
6262
<your-env>\Scripts\activate
63-
<your-env>\Scripts\pip.exe install google-cloud-cloudtasks
63+
<your-env>\Scripts\pip.exe install google-cloud-tasks
6464
6565
Next Steps
6666
~~~~~~~~~~
@@ -72,5 +72,5 @@ Next Steps
7272
- View this `repository’s main README`_ to see the full list of Cloud
7373
APIs that we cover.
7474

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

docs/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# google-cloud-cloudtasks documentation build configuration file
3+
# google-cloud-tasks documentation build configuration file
44
#
55
# This file is execfile()d with the current directory set to its
66
# containing dir.
@@ -59,7 +59,7 @@
5959
master_doc = 'index'
6060

6161
# General information about the project.
62-
project = u'google-cloud-cloudtasks'
62+
project = u'google-cloud-tasks'
6363
copyright = u'2017, Google'
6464
author = u'Google APIs'
6565

@@ -212,7 +212,7 @@
212212
#html_search_scorer = 'scorer.js'
213213

214214
# Output file base name for HTML help builder.
215-
htmlhelp_basename = 'google-cloud-cloudtasks-doc'
215+
htmlhelp_basename = 'google-cloud-tasks-doc'
216216

217217
# -- Options for LaTeX output ---------------------------------------------
218218

@@ -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-cloudtasks.tex',
238-
u'google-cloud-cloudtasks Documentation', author, 'manual'),
237+
(master_doc, 'google-cloud-tasks.tex',
238+
u'google-cloud-tasks Documentation', author, 'manual'),
239239
]
240240

241241
# The name of an image file (relative to this directory) to place at the top of
@@ -262,8 +262,8 @@
262262

263263
# One entry per manual page. List of tuples
264264
# (source start file, name, description, authors, manual section).
265-
man_pages = [(master_doc, 'google-cloud-cloudtasks',
266-
u'google-cloud-cloudtasks Documentation', [author], 1)]
265+
man_pages = [(master_doc, 'google-cloud-tasks',
266+
u'google-cloud-tasks Documentation', [author], 1)]
267267

268268
# If true, show URL addresses after external links.
269269
#man_show_urls = False
@@ -274,9 +274,9 @@
274274
# (source start file, target name, title, author,
275275
# dir menu entry, description, category)
276276
texinfo_documents = [
277-
(master_doc, 'google-cloud-cloudtasks',
278-
u'google-cloud-cloudtasks Documentation', author,
279-
'google-cloud-cloudtasks',
277+
(master_doc, 'google-cloud-tasks',
278+
u'google-cloud-tasks Documentation', author,
279+
'google-cloud-tasks',
280280
'GAPIC library for the {metadata.shortName} v2beta2 service', 'APIs'),
281281
]
282282

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ is in Alpha.
88
- `Product Documentation`_
99

1010
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
11-
.. _Cloud Tasks API: https://cloud.google.com/cloudtasks
12-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/cloudtasks/usage.html
13-
.. _Product Documentation: https://cloud.google.com/cloudtasks
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
1414

1515
Quick Start
1616
-----------
@@ -24,7 +24,7 @@ In order to use this library, you first need to go through the following steps:
2424

2525
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2626
.. _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/cloudtasks
27+
.. _Enable the Cloud Tasks API.: https://cloud.google.com/cloud-tasks
2828
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
2929

3030
Installation
@@ -49,7 +49,7 @@ Mac/Linux
4949
pip install virtualenv
5050
virtualenv <your-env>
5151
source <your-env>/bin/activate
52-
<your-env>/bin/pip install google-cloud-cloudtasks
52+
<your-env>/bin/pip install google-cloud-tasks
5353
5454
5555
Windows
@@ -60,7 +60,7 @@ Windows
6060
pip install virtualenv
6161
virtualenv <your-env>
6262
<your-env>\Scripts\activate
63-
<your-env>\Scripts\pip.exe install google-cloud-cloudtasks
63+
<your-env>\Scripts\pip.exe install google-cloud-tasks
6464
6565
Next Steps
6666
~~~~~~~~~~
@@ -72,7 +72,7 @@ Next Steps
7272
- View this `repository’s main README`_ to see the full list of Cloud
7373
APIs that we cover.
7474

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

7878
Api Reference

0 commit comments

Comments
 (0)