Skip to content

Commit 8f05fee

Browse files
author
Jon Wayne Parrott
committed
Update readme references. Resolves 1059
Change-Id: I05013e56fae4e801cd6682ec2ec12459baea9dc8
1 parent b0747a9 commit 8f05fee

19 files changed

+33
-33
lines changed

bigquery/api/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To run this sample:
9292
9393
https://cloud.google.com/bigquery/bigquery-api-quickstart
9494
95-
For more information, see the README.md under /bigquery.
95+
For more information, see the README.rst.
9696
9797
positional arguments:
9898
project_id Your Google Cloud Project ID.
@@ -117,7 +117,7 @@ To run this sample:
117117
118118
Command-line application to perform an synchronous query in BigQuery.
119119
120-
For more information, see the README.md under /bigquery.
120+
For more information, see the README.rst.
121121
122122
positional arguments:
123123
project_id Your Google Cloud project ID.
@@ -151,7 +151,7 @@ To run this sample:
151151
152152
Command-line application to perform an asynchronous query in BigQuery.
153153
154-
For more information, see the README.md under /bigquery.
154+
For more information, see the README.rst.
155155
156156
positional arguments:
157157
project_id Your Google Cloud project ID.
@@ -188,7 +188,7 @@ To run this sample:
188188
189189
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
190190
191-
For more information, see the README.md under /bigquery.
191+
For more information, see the README.rst.
192192
193193
positional arguments:
194194
project_id the project id to list.
@@ -218,7 +218,7 @@ To run this sample:
218218
219219
https://cloud.google.com/bigquery/loading-data-into-bigquery
220220
221-
For more information, see the README.md under /bigquery.
221+
For more information, see the README.rst.
222222
223223
positional arguments:
224224
project_id Your Google Cloud project ID.
@@ -253,7 +253,7 @@ To run this sample:
253253
254254
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
255255
256-
For more information, see the README.md under /bigquery.
256+
For more information, see the README.rst.
257257
258258
positional arguments:
259259
project_id Your Google Cloud project ID.
@@ -291,7 +291,7 @@ To run this sample:
291291
292292
https://cloud.google.com/bigquery/streaming-data-into-bigquery
293293
294-
For more information, see the README.md under /bigquery.
294+
For more information, see the README.rst.
295295
296296
positional arguments:
297297
project_id Your Google Cloud project ID.
@@ -329,7 +329,7 @@ To run this sample:
329329
330330
https://cloud.google.com/bigquery/exporting-data-from-bigquery
331331
332-
For more information, see the README.md under /bigquery.
332+
For more information, see the README.rst.
333333
334334
positional arguments:
335335
project_id Your Google Cloud project ID.
@@ -373,7 +373,7 @@ To run this sample:
373373
374374
https://cloud.google.com/bigquery/authentication
375375
376-
For more information, see the README.md under /bigquery.
376+
For more information, see the README.rst.
377377
378378
positional arguments:
379379
project_id Your Google Cloud Project ID.

bigquery/api/async_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Command-line application to perform an asynchronous query in BigQuery.
1717
18-
For more information, see the README.md under /bigquery.
18+
For more information, see the README.rst.
1919
"""
2020

2121
import argparse

bigquery/api/export_data_to_cloud_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/exporting-data-from-bigquery
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525

2626
import argparse

bigquery/api/getting_started.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
https://cloud.google.com/bigquery/bigquery-api-quickstart
2424
25-
For more information, see the README.md under /bigquery.
25+
For more information, see the README.rst.
2626
"""
2727
# [START all]
2828
import argparse

bigquery/api/installed_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/authentication
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525
# [START all]
2626

bigquery/api/list_datasets_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/load_data_by_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/loading-data-into-bigquery
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/load_data_from_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525

2626
import argparse

bigquery/api/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/streaming-data-into-bigquery
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/sync_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Command-line application to perform an synchronous query in BigQuery.
1717
18-
For more information, see the README.md under /bigquery.
18+
For more information, see the README.rst.
1919
"""
2020

2121
import argparse

bigquery/cloud-client/README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To run this sample:
9797
9898
Command-line application to perform synchronous queries in BigQuery.
9999
100-
For more information, see the README.md under /bigquery.
100+
For more information, see the README.rst.
101101
102102
Example invocation:
103103
$ python sync_query.py \
@@ -125,7 +125,7 @@ To run this sample:
125125
126126
Command-line application to perform asynchronous queries in BigQuery.
127127
128-
For more information, see the README.md under /bigquery.
128+
For more information, see the README.rst.
129129
130130
Example invocation:
131131
$ python async_query.py \
@@ -155,7 +155,7 @@ To run this sample:
155155
156156
Samples that demonstrate basic operations in the BigQuery API.
157157
158-
For more information, see the README.md under /bigquery.
158+
For more information, see the README.rst.
159159
160160
Example invocation:
161161
$ python snippets.py list-datasets
@@ -206,7 +206,7 @@ To run this sample:
206206
207207
Loads data into BigQuery from a local file.
208208
209-
For more information, see the README.md under /bigquery.
209+
For more information, see the README.rst.
210210
211211
Example invocation:
212212
$ python load_data_from_file.py example_dataset example_table example-data.csv
@@ -237,7 +237,7 @@ To run this sample:
237237
238238
Loads data into BigQuery from an object in Google Cloud Storage.
239239
240-
For more information, see the README.md under /bigquery.
240+
For more information, see the README.rst.
241241
242242
Example invocation:
243243
$ python load_data_from_gcs.py example_dataset example_table gs://example-bucket/example-data.csv
@@ -269,7 +269,7 @@ To run this sample:
269269
270270
Loads a single row of data directly into BigQuery.
271271
272-
For more information, see the README.md under /bigquery.
272+
For more information, see the README.rst.
273273
274274
Example invocation:
275275
$ python stream_data.py example_dataset example_table '["Gandalf", 2000]'
@@ -300,7 +300,7 @@ To run this sample:
300300
301301
Exports data from BigQuery to an object in Google Cloud Storage.
302302
303-
For more information, see the README.md under /bigquery.
303+
For more information, see the README.rst.
304304
305305
Example invocation:
306306
$ python export_data_to_gcs.py example_dataset example_table gs://example-bucket/example-data.csv

bigquery/cloud-client/async_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Command-line application to perform asynchronous queries in BigQuery.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python async_query.py \\

bigquery/cloud-client/export_data_to_gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Exports data from BigQuery to an object in Google Cloud Storage.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python export_data_to_gcs.py example_dataset example_table \

bigquery/cloud-client/load_data_from_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Loads data into BigQuery from a local file.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python load_data_from_file.py example_dataset example_table \

bigquery/cloud-client/load_data_from_gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Loads data into BigQuery from an object in Google Cloud Storage.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python load_data_from_gcs.py example_dataset example_table \

bigquery/cloud-client/query_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Command-line app to perform queries with parameters in BigQuery.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python query_params.py --use-named-params 'romeoandjuliet' 100

bigquery/cloud-client/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Samples that demonstrate basic operations in the BigQuery API.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python snippets.py list-datasets

bigquery/cloud-client/stream_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Loads a single row of data directly into BigQuery.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python stream_data.py example_dataset example_table \

bigquery/cloud-client/sync_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Command-line application to perform synchronous queries in BigQuery.
1818
19-
For more information, see the README.md under /bigquery.
19+
For more information, see the README.rst.
2020
2121
Example invocation:
2222
$ python sync_query.py \\

0 commit comments

Comments
 (0)