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 authored Nov 7, 2018
1 parent a4d53d3 commit 3c58438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
library = gapic.py_library('automl', version)
s.move(library / f'google/cloud/automl_{version}')
s.move(library / f'tests/unit/gapic/{version}')
s.move(library / f'docs/gapic/automl/{version}')
s.move(library / f'docs/gapic/{version}')

# Use the highest version library to generate import alias.
s.move(library / 'google/cloud/automl.py')
Expand Down

0 comments on commit 3c58438

Please sign in to comment.