10000 Fix README rst links (#962) · natturner/python-docs-samples@af12aa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit af12aa3

Browse files
authored
Fix README rst links (GoogleCloudPlatform#962)
* Fix README rst links * Update all READMEs
1 parent e4d2035 commit af12aa3

File tree

28 files changed

+96
-88
lines changed

28 files changed

+96
-88
lines changed

bigquery/cloud-client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
326326
You can read the documentation for more details on API usage and use GitHub
327327
to `browse the source`_ and `report issues`_.
328328

329-
.. Google Cloud Client Library for Python:
329+
.. _Google Cloud Client Library for Python:
330330
https://googlecloudplatform.github.io/google-cloud-python/
331-
.. browse the source:
331+
.. _browse the source:
332332
https://github.com/GoogleCloudPlatform/google-cloud-python
333-
.. report issues:
333+
.. _report issues:
334334
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
335335

336336

bigquery/dml/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
139139
You can read the documentation for more details on API usage and use GitHub
140140
to `browse the source`_ and `report issues`_.
141141

142-
.. Google Cloud Client Library for Python:
142+
.. _Google Cloud Client Library for Python:
143143
https://googlecloudplatform.github.io/google-cloud-python/
144-
.. browse the source:
144+
.. _browse the source:
145145
https://github.com/GoogleCloudPlatform/google-cloud-python
146-
.. report issues:
146+
.. _report issues:
147147
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
148148

149149

bigtable/autoscaler/README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This directory contains samples for Google Cloud Bigtable. `Google Cloud Bigtabl
99
This sample demonstrates using `Stackdriver monitoring`_,
1010
to scale Cloud Bigtable based on CPU usage.
1111

12-
.. Stackdriver Monitoring: http://cloud.google.com/monitoring/docs
12+
.. _Stackdriver Monitoring: http://cloud.google.com/monitoring/docs
1313

1414

1515
.. _Google Cloud Bigtable: https://cloud.google.com/bigtable/docs
@@ -88,12 +88,13 @@ To run this sample:
8888
usage: autoscaler.py [-h] [--high_cpu_threshold HIGH_CPU_THRESHOLD]
8989
[--low_cpu_threshold LOW_CPU_THRESHOLD]
9090
[--short_sleep SHORT_SLEEP] [--long_sleep LONG_SLEEP]
91-
instance_id
91+
bigtable_instance bigtable_cluster
9292
9393
Scales Bigtable clusters based on CPU usage.
9494
9595
positional arguments:
96-
instance_id ID of the Cloud Bigtable instance to connect to.
96+
bigtable_instance ID of the Cloud Bigtable instance to connect to.
97+
bigtable_cluster ID of the Cloud Bigtable cluster to connect to.
9798
9899
optional arguments:
99100
-h, --help show this help message and exit
@@ -120,11 +121,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
120121
You can read the documentation for more details on API usage and use GitHub
121122
to `browse the source`_ and `report issues`_.
122123

123-
.. Google Cloud Client Library for Python:
124+
.. _Google Cloud Client Library for Python:
124125
https://googlecloudplatform.github.io/google-cloud-python/
125-
.. browse the source:
126+
.. _browse the source:
126127
https://github.com/GoogleCloudPlatform/google-cloud-python
127-
.. report issues:
128+
.. _report issues:
128129
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
129130

130131

bigtable/autoscaler/README.rst.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
This sample demonstrates using `Stackdriver monitoring`_,
1414
to scale Cloud Bigtable based on CPU usage.
1515

16-
.. Stackdriver Monitoring: http://cloud.google.com/monitoring/docs
16+
.. _Stackdriver Monitoring: http://cloud.google.com/monitoring/docs
1717

1818< F987 div class="diff-text-inner">setup:
1919
- auth

bigtable/hello/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
108108
You can read the documentation for more details on API usage and use GitHub
109109
to `browse the source`_ and `report issues`_.
110110

111-
.. Google Cloud Client Library for Python:
111+
.. _Google Cloud Client Library for Python:
112112
https://googlecloudplatform.github.io/google-cloud-python/
113-
.. browse the source:
113+
.. _browse the source:
114114
https://github.com/GoogleCloudPlatform/google-cloud-python
115-
.. report issues:
115+
.. _report issues:
116116
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
117117

118118

bigtable/hello_happybase/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
115115
You can read the documentation for more details on API usage and use GitHub
116116
to `browse the source`_ and `report issues`_.
117117

118-
.. Google Cloud Client Library for Python:
118+
.. _Google Cloud Client Library for Python:
119119
https://googlecloudplatform.github.io/google-cloud-python/
120-
.. browse the source:
120+
.. _browse the source:
121121
https://github.com/GoogleCloudPlatform/google-cloud-python
122-
.. report issues:
122+
.. _report issues:
123123
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
124124

125125

datastore/cloud-client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
125125
You can read the documentation for more details on API usage and use GitHub
126126
to `browse the source`_ and `report issues`_.
127127

128-
.. Google Cloud Client Library for Python:
128+
.. _Google Cloud Client Library for Python:
129129
https://googlecloudplatform.github.io/google-cloud-python/
130-
.. browse the source:
130+
.. _browse the source:
131131
https://github.com/GoogleCloudPlatform/google-cloud-python
132-
.. report issues:
132+
.. _report issues:
133133
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
134134

135135

dns/api/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
9191
You can read the documentation for more details on API usage and use GitHub
9292
to `browse the source`_ and `report issues`_.
9393

94-
.. Google Cloud Client Library for Python:
94+
.. _Google Cloud Client Library for Python:
9595
https://googlecloudplatform.github.io/google-cloud-python/
96-
.. browse the source:
96+
.. _browse the source:
9797
https://github.com/GoogleCloudPlatform/google-cloud-python
98-
.. report issues:
98+
.. _report issues:
9999
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
100100

101101

error_reporting/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
9292
You can read the documentation for more details on API usage and use GitHub
9393
to `browse the source`_ and `report issues`_.
9494

95-
.. Google Cloud Client Library for Python:
95+
.. _Google Cloud Client Library for Python:
9696
https://googlecloudplatform.github.io/google-cloud-python/
97-
.. browse the source:
97+
.. _browse the source:
9898
https://github.com/GoogleCloudPlatform/google-cloud-python
99-
.. report issues:
99+
.. _report issues:
100100
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
101101

102102

language/cloud-client/v1/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
128128
You can read the documentation for more details on API usage and use GitHub
129129
to `browse the source`_ and `report issues`_.
130130

131-
.. Google Cloud Client Library for Python:
131+
.. _Google Cloud Client Library for Python:
132132
https://googlecloudplatform.github.io/google-cloud-python/
133-
.. browse the source:
133+
.. _browse the source:
134134
https://github.com/GoogleCloudPlatform/google-cloud-python
135-
.. report issues:
135+
.. _report issues:
136136
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
137137

138138

0 commit comments

Comments
 (0)
0