Skip to content

Commit

Permalink
Update readme references. Resolves 1059
Browse files Browse the repository at this point in the history
Change-Id: I05013e56fae4e801cd6682ec2ec12459baea9dc8
  • Loading branch information
Jon Wayne Parrott committed Aug 8, 2017
1 parent b0747a9 commit 8f05fee
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions bigquery/api/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To run this sample:
https://cloud.google.com/bigquery/bigquery-api-quickstart
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud Project ID.
Expand All @@ -117,7 +117,7 @@ To run this sample:
Command-line application to perform an synchronous query in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -151,7 +151,7 @@ To run this sample:
Command-line application to perform an asynchronous query in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -188,7 +188,7 @@ To run this sample:
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id the project id to list.
Expand Down Expand Up @@ -218,7 +218,7 @@ To run this sample:
https://cloud.google.com/bigquery/loading-data-into-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -253,7 +253,7 @@ To run this sample:
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -291,7 +291,7 @@ To run this sample:
https://cloud.google.com/bigquery/streaming-data-into-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -329,7 +329,7 @@ To run this sample:
https://cloud.google.com/bigquery/exporting-data-from-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud project ID.
Expand Down Expand Up @@ -373,7 +373,7 @@ To run this sample:
https://cloud.google.com/bigquery/authentication
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
positional arguments:
project_id Your Google Cloud Project ID.
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/async_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/export_data_to_cloud_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
https://cloud.google.com/bigquery/exporting-data-from-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
https://cloud.google.com/bigquery/bigquery-api-quickstart
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""
# [START all]
import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/installed_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
https://cloud.google.com/bigquery/authentication
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""
# [START all]

Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/list_datasets_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/load_data_by_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
https://cloud.google.com/bigquery/loading-data-into-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/load_data_from_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
https://cloud.google.com/bigquery/streaming-data-into-bigquery
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion bigquery/api/sync_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

import argparse
Expand Down
14 changes: 7 additions & 7 deletions bigquery/cloud-client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To run this sample:
Command-line application to perform synchronous queries in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python sync_query.py \
Expand Down Expand Up @@ -125,7 +125,7 @@ To run this sample:
Command-line application to perform asynchronous queries in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python async_query.py \
Expand Down Expand Up @@ -155,7 +155,7 @@ To run this sample:
Samples that demonstrate basic operations in the BigQuery API.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python snippets.py list-datasets
Expand Down Expand Up @@ -206,7 +206,7 @@ To run this sample:
Loads data into BigQuery from a local file.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python load_data_from_file.py example_dataset example_table example-data.csv
Expand Down Expand Up @@ -237,7 +237,7 @@ To run this sample:
Loads data into BigQuery from an object in Google Cloud Storage.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python load_data_from_gcs.py example_dataset example_table gs://example-bucket/example-data.csv
Expand Down Expand Up @@ -269,7 +269,7 @@ To run this sample:
Loads a single row of data directly into BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python stream_data.py example_dataset example_table '["Gandalf", 2000]'
Expand Down Expand Up @@ -300,7 +300,7 @@ To run this sample:
Exports data from BigQuery to an object in Google Cloud Storage.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python export_data_to_gcs.py example_dataset example_table gs://example-bucket/example-data.csv
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/async_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Command-line application to perform asynchronous queries in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python async_query.py \\
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/export_data_to_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Exports data from BigQuery to an object in Google Cloud Storage.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python export_data_to_gcs.py example_dataset example_table \
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/load_data_from_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Loads data into BigQuery from a local file.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python load_data_from_file.py example_dataset example_table \
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/load_data_from_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Loads data into BigQuery from an object in Google Cloud Storage.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python load_data_from_gcs.py example_dataset example_table \
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/query_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Command-line app to perform queries with parameters in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python query_params.py --use-named-params 'romeoandjuliet' 100
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Samples that demonstrate basic operations in the BigQuery API.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python snippets.py list-datasets
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/stream_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Loads a single row of data directly into BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python stream_data.py example_dataset example_table \
Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/sync_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Command-line application to perform synchronous queries in BigQuery.
For more information, see the README.md under /bigquery.
For more information, see the README.rst.
Example invocation:
$ python sync_query.py \\
Expand Down

0 comments on commit 8f05fee

Please sign in to comment.