Skip to content

Commit 247d779

Browse files
tseaverpull[bot]
authored andcommitted
Fix docs links for TTS. (#5483)
Add top-level 'api' page (to pick up the derived client, enums, and types). Closes #5193.
1 parent a6b0296 commit 247d779

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

packages/google-cloud-texttospeech/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ models.
99

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

1515
Quick Start
@@ -73,4 +73,4 @@ Next Steps
7373
APIs that we cover.
7474

7575
.. _Cloud Text-to-Speech API Product documentation: https://cloud.google.com/texttospeech
76-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
76+
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
API Reference
2+
=============
3+
4+
APIs
5+
----
6+
7+
.. autosummary::
8+
9+
.. :toctree::
10+
11+
google.cloud.texttospeech_v1.trace_service_client
12+
13+
14+
API types
15+
~~~~~~~~~
16+
17+
.. autosummary::
18+
.. :toctree::
19+
20+
google.cloud.trace_v1
21+
22+
23+
API types
24+
~~~~~~~~~
25+
26+
.. autosummary::
27+
.. :toctree::
28+
29+
google.cloud.trace_v1.gapic.enums
30+
google.cloud.trace_v1.gapic.types
31+

packages/google-cloud-texttospeech/docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ models.
99

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

1515
Quick Start
1616
-----------
@@ -80,6 +80,7 @@ Api Reference
8080
.. toctree::
8181
:maxdepth: 2
8282

83+
api
8384
gapic/v1/api
8485
gapic/v1/types
8586
gapic/v1beta1/api

0 commit comments

Comments
 (0)