Skip to content

Commit dfe658a

Browse files
fix(python_samples): README link fix, enforce samples=True (#114)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/261f920a-ceda-4754-a611-184f29b241a9/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@2e85c10
1 parent 3ecca7a commit dfe658a

File tree

10 files changed

+30
-39
lines changed

10 files changed

+30
-39
lines changed

samples/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77

88
## Additional Information
99

1010
You can read the documentation for more details on API usage and use GitHub
11-
to [browse the source][source] and [report issues][issues].
11+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
1212

1313
### Contributing
14-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
14+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
1515

1616
[authentication]: https://cloud.google.com/docs/authentication/getting-started
1717
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
1818
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
19-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
2019
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
2120
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
2221
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/hello/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/hello_happybase/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/instanceadmin/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/metricscaler/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/quickstart/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/quickstart_happybase/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636
3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/snippets/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -16,15 +16,14 @@ This folder contains snippets for Python Cloud Bigtable.
1616
## Additional Information
1717

1818
You can read the documentation for more details on API usage and use GitHub
19-
to [browse the source][source] and [report issues][issues].
19+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
2020

2121
### Contributing
22-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
22+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
2323

2424
[authentication]: https://cloud.google.com/docs/authentication/getting-started
2525
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
2626
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
27-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
2827
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
2928
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
3029
[py_style]: http://google.github.io/styleguide/pyguide.html

samples/tableadmin/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Python Samples for Cloud Bigtable
55

6-
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use Cloud Bigtable.
6+
This directory contains samples for Cloud Bigtable, which may be used as a refererence for how to use this product.
77
Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/bigtable">cloud.google.com</a>.
88

99

@@ -35,15 +35,14 @@ To run this sample:
3535
## Additional Information
3636

3737
You can read the documentation for more details on API usage and use GitHub
38-
to [browse the source][source] and [report issues][issues].
38+
to <a href="https://github.com/googleapis/python-bigtable">browse the source</a> and [report issues][issues].
3939

4040
### Contributing
41-
For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-bigtable">googleapis/python-bigtable</a>.
41+
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
4242

4343
[authentication]: https://cloud.google.com/docs/authentication/getting-started
4444
[enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
4545
[client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
46-
[source]: https://github.com/GoogleCloudPlatform/google-cloud-python
4746
[issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
4847
[contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
4948
[py_style]: http://google.github.io/styleguide/pyguide.html

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigtable.git",
7-
"sha": "e55ca07561f9c946276f3bde599e69947769f560"
7+
"sha": "3ecca7a7b52b0f4fc38db5c5016622b994c1a8aa"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
22+
"sha": "2e85c10b5153defd9d654c34b57e7e9263361959"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
29+
"sha": "2e85c10b5153defd9d654c34b57e7e9263361959"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)