File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python Client for Cloud Speech API (`Beta`_)
66- `Client Library Documentation `_
77- `Product Documentation `_
88
9- .. _ Alpha : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
9+ .. _ Beta : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1010.. _Cloud Speech API : https://cloud.google.com/speech
1111.. _Client Library Documentation : https://googlecloudplatform.github.io/google-cloud-python/stable/speech/usage.html
1212.. _Product Documentation : https://cloud.google.com/speech
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python Client for Cloud Speech API (`Beta`_)
66- `Client Library Documentation `_
77- `Product Documentation `_
88
9- .. _ Alpha : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
9+ .. _ Beta : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1010.. _Cloud Speech API : https://cloud.google.com/speech
1111.. _Client Library Documentation : https://googlecloudplatform.github.io/google-cloud-python/stable/speech/usage.html
1212.. _Product Documentation : https://cloud.google.com/speech
Original file line number Diff line number Diff line change 6868 '`Alpha`' , '`Beta`' )
6969
7070
71+ s .replace (
72+ ['README.rst' , 'docs/index.rst' ],
73+ '.. _Alpha' , '.. _Beta' )
74+
75+
7176# Fix bad reference to operations_v1
7277s .replace (
7378 '**/gapic/**/*_transport.py' ,
You can’t perform that action at this time.
0 commit comments