Skip to content

Commit

Permalink
Assorted synth fixups / cleanups (#6400)
Browse files Browse the repository at this point in the history
* Asset: Replace 'stable' -> 'latest' in docs links, caused by out-of-date synth.
* AutoML: fix copying generated docs.
* Bigtable: remove now-spurious fixup from 'synth.py'.
* DLP: remove now-spurious fixups from 'synth.py'.
* Monitoring: remove now-spurious fixups from 'synth.py'.
* Redis: remove now-spurious fixups from 'synth.py'.
* Speech: remove now-spurious fixups from 'synth.py'.
  • Loading branch information
tseaver committed Nov 7, 2018
1 parent c4d01f8 commit c41b3ef
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/google-cloud-speech/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@
s.move(library / 'google/cloud/speech.py')


# Fix bad reference to operations_v1
s.replace(
'**/gapic/**/*_transport.py',
r' \= operations_v1\.',
' = google.api_core.operations_v1.')


# Fix bad docstrings.
s.replace(
'**/gapic/*_client.py',
r'\\"(.+?)-\*\\"',
r'"\1-\\*"')


# Issues exist where python files should define the source encoding
# https://github.com/googleapis/gapic-generator/issues/2097
s.replace(
Expand Down

0 comments on commit c41b3ef

Please sign in to comment.