Skip to content

Commit

Permalink
Fix docs links for TTS. (#5483)
Browse files Browse the repository at this point in the history
Add top-level 'api' page (to pick up the derived client, enums, and types).

Closes #5193.
  • Loading branch information
tseaver authored Jun 14, 2018
1 parent 8b71b6d commit 71a0c9c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions texttospeech/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ models.

.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _Cloud Text-to-Speech API: https://cloud.google.com/texttospeech
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/texttospeech/usage.html
.. _Client Library Documentation: https://google-cloud-python.readthedocs.io/en/latest/texttospeech/index.html
.. _Product Documentation: https://cloud.google.com/texttospeech

Quick Start
Expand Down Expand Up @@ -73,4 +73,4 @@ Next Steps
APIs that we cover.

.. _Cloud Text-to-Speech API Product documentation: https://cloud.google.com/texttospeech
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
31 changes: 31 additions & 0 deletions texttospeech/docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
API Reference
=============

APIs
----

.. autosummary::

.. :toctree::

google.cloud.texttospeech_v1.trace_service_client


API types
~~~~~~~~~

.. autosummary::
.. :toctree::

google.cloud.trace_v1


API types
~~~~~~~~~

.. autosummary::
.. :toctree::

google.cloud.trace_v1.gapic.enums
google.cloud.trace_v1.gapic.types

5 changes: 3 additions & 2 deletions texttospeech/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ models.

.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _Cloud Text-to-Speech API: https://cloud.google.com/texttospeech
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/texttospeech/usage.html
.. _Product Documentation: https://cloud.google.com/texttospeech
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/texttospeech/api.html
.. _Product Documentation: https://cloud.google.com/texttospeech

Quick Start
-----------
Expand Down Expand Up @@ -80,6 +80,7 @@ Api Reference
.. toctree::
:maxdepth: 2

api
gapic/v1/api
gapic/v1/types
gapic/v1beta1/api
Expand Down

0 comments on commit 71a0c9c

Please sign in to comment.