Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

docs: updated setup documentation to point to python-speech instead of python-docs-samples #89

Merged
merged 26 commits into from Dec 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b5f85f8
I updated the comment on the transcribe_async file to reflect time li…
b-loved-dreamer Sep 22, 2020
cd19e6b
I updated the comment on the transcribe_async file to reflect time li…
b-loved-dreamer Sep 22, 2020
96688c1
docs: I updated the comment on the transcribe_async file to reflect t…
b-loved-dreamer Sep 22, 2020
f018e13
chore: I updated the comments on the transcribe_async file to reflect…
b-loved-dreamer Sep 23, 2020
3213aec
fix: resolved conflicts
b-loved-dreamer Oct 3, 2020
21beb1d
fix: conflicts
b-loved-dreamer Oct 28, 2020
00b8f3c
fix: migrated to speech 2.0.0
b-loved-dreamer Oct 2, 2020
b83fa6e
fix: fixed lint issues
b-loved-dreamer Oct 5, 2020
b4b8e7f
fix: deleted a duplicate line that calls the recognizer
b-loved-dreamer Oct 28, 2020
dc110ba
docs: repaired region tag mismatch
b-loved-dreamer Oct 28, 2020
ea10fd4
chore: formatting
b-loved-dreamer Oct 28, 2020
3466da0
chore: added ]
b-loved-dreamer Oct 29, 2020
83bbd17
docs: udated documentation to point to python-speech insteadof python…
b-loved-dreamer Nov 19, 2020
6f410de
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
80cd432
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
d2db8fa
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
1358d6b
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
6e8d4aa
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
e47b4d3
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
4b3d7b8
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
e9dfee0
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
1060c10
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
7b35e66
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 19, 2020
9af814d
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 20, 2020
e7f071b
docs: udated documentation to point to python-speech instead of pytho…
b-loved-dreamer Nov 20, 2020
7a60ccd
Merge branch 'master' into updatedocs
telpirion Dec 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/microphone/README.rst
Expand Up @@ -39,7 +39,7 @@ Install Dependencies

.. code-block:: bash

$ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
$ git clone https://github.com/googleapis/python-speech.git

#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/README.rst
Expand Up @@ -39,7 +39,7 @@ Install Dependencies

.. code-block:: bash

$ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
$ git clone https://github.com/googleapis/python-speech.git

#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.

Expand Down