Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tasks/README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Python Client for Cloud Tasks API (`Alpha`_)
============================================

`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests. Cloud Tasks
is in Alpha.
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests.

- `Client Library Documentation`_
- `Product Documentation`_
Expand All @@ -24,7 +23,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 Tasks API.: https://cloud.google.com/tasks
.. _Enable the Cloud Tasks API.: https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html

Installation
Expand Down
9 changes: 4 additions & 5 deletions tasks/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'google-cloud-tasks.tex',
u'google-cloud-tasks Documentation', author, 'manual'),
(master_doc, 'google-cloud-tasks.tex', u'google-cloud-tasks Documentation',
author, 'manual'),
]

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

Expand Down
13 changes: 6 additions & 7 deletions tasks/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Python Client for Cloud Tasks API (`Alpha`_)
============================================

`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests. Cloud Tasks
is in Alpha.
`Cloud Tasks API`_: Manages the execution of large numbers of distributed requests.

- `Client Library Documentation`_
- `Product Documentation`_

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

Quick Start
-----------
Expand All @@ -24,7 +23,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 Tasks API.: https://cloud.google.com/cloud-tasks
.. _Enable the Cloud Tasks API.: https://cloud.google.com/tasks
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html

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

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

Api Reference
Expand Down
Loading