diff --git a/bigquery/api/README.rst b/bigquery/api/README.rst index 63b880bfbb30..69b133a5d830 100644 --- a/bigquery/api/README.rst +++ b/bigquery/api/README.rst @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/bigquery/api/async_query.py b/bigquery/api/async_query.py index ff7167b6ffbf..982956dd16ce 100755 --- a/bigquery/api/async_query.py +++ b/bigquery/api/async_query.py @@ -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 diff --git a/bigquery/api/export_data_to_cloud_storage.py b/bigquery/api/export_data_to_cloud_storage.py index 2b77a3597043..ed4896a203e6 100755 --- a/bigquery/api/export_data_to_cloud_storage.py +++ b/bigquery/api/export_data_to_cloud_storage.py @@ -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 diff --git a/bigquery/api/getting_started.py b/bigquery/api/getting_started.py index c17b1e75c582..e936813c4fec 100755 --- a/bigquery/api/getting_started.py +++ b/bigquery/api/getting_started.py @@ -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 diff --git a/bigquery/api/installed_app.py b/bigquery/api/installed_app.py index 416322575359..21276460fd47 100644 --- a/bigquery/api/installed_app.py +++ b/bigquery/api/installed_app.py @@ -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] diff --git a/bigquery/api/list_datasets_projects.py b/bigquery/api/list_datasets_projects.py index 9b93b63b1d0e..a53d644c85b3 100755 --- a/bigquery/api/list_datasets_projects.py +++ b/bigquery/api/list_datasets_projects.py @@ -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 diff --git a/bigquery/api/load_data_by_post.py b/bigquery/api/load_data_by_post.py index 309915714b8f..c4905a04bd55 100755 --- a/bigquery/api/load_data_by_post.py +++ b/bigquery/api/load_data_by_post.py @@ -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 diff --git a/bigquery/api/load_data_from_csv.py b/bigquery/api/load_data_from_csv.py index 0b4f19930704..77c82bf681a1 100755 --- a/bigquery/api/load_data_from_csv.py +++ b/bigquery/api/load_data_from_csv.py @@ -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 diff --git a/bigquery/api/streaming.py b/bigquery/api/streaming.py index e581836dd505..f921016323f4 100755 --- a/bigquery/api/streaming.py +++ b/bigquery/api/streaming.py @@ -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 diff --git a/bigquery/api/sync_query.py b/bigquery/api/sync_query.py index 02b7ba9a4739..90bf0dfe8c65 100755 --- a/bigquery/api/sync_query.py +++ b/bigquery/api/sync_query.py @@ -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 diff --git a/bigquery/cloud-client/README.rst b/bigquery/cloud-client/README.rst index 1f5b08cabfbe..a68ff1f7624d 100644 --- a/bigquery/cloud-client/README.rst +++ b/bigquery/cloud-client/README.rst @@ -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 \ @@ -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 \ @@ -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 @@ -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 @@ -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 @@ -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]' @@ -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 diff --git a/bigquery/cloud-client/async_query.py b/bigquery/cloud-client/async_query.py index 4f7b2330bf32..895f294bd239 100755 --- a/bigquery/cloud-client/async_query.py +++ b/bigquery/cloud-client/async_query.py @@ -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 \\ diff --git a/bigquery/cloud-client/export_data_to_gcs.py b/bigquery/cloud-client/export_data_to_gcs.py index 3aee442c14b5..b93ea71ef26a 100644 --- a/bigquery/cloud-client/export_data_to_gcs.py +++ b/bigquery/cloud-client/export_data_to_gcs.py @@ -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 \ diff --git a/bigquery/cloud-client/load_data_from_file.py b/bigquery/cloud-client/load_data_from_file.py index 0bbdd7ba7d80..5823003a1175 100644 --- a/bigquery/cloud-client/load_data_from_file.py +++ b/bigquery/cloud-client/load_data_from_file.py @@ -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 \ diff --git a/bigquery/cloud-client/load_data_from_gcs.py b/bigquery/cloud-client/load_data_from_gcs.py index 7c576e20ad67..21d96169ffb2 100644 --- a/bigquery/cloud-client/load_data_from_gcs.py +++ b/bigquery/cloud-client/load_data_from_gcs.py @@ -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 \ diff --git a/bigquery/cloud-client/query_params.py b/bigquery/cloud-client/query_params.py index 192558d91431..96dbb59b9fc5 100644 --- a/bigquery/cloud-client/query_params.py +++ b/bigquery/cloud-client/query_params.py @@ -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 diff --git a/bigquery/cloud-client/snippets.py b/bigquery/cloud-client/snippets.py index f4294123d9d4..f62c074a70fd 100644 --- a/bigquery/cloud-client/snippets.py +++ b/bigquery/cloud-client/snippets.py @@ -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 diff --git a/bigquery/cloud-client/stream_data.py b/bigquery/cloud-client/stream_data.py index a90d432bf3e4..7d9970c3aa34 100644 --- a/bigquery/cloud-client/stream_data.py +++ b/bigquery/cloud-client/stream_data.py @@ -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 \ diff --git a/bigquery/cloud-client/sync_query.py b/bigquery/cloud-client/sync_query.py index 1f494f843431..34d3fbc8a2bf 100755 --- a/bigquery/cloud-client/sync_query.py +++ b/bigquery/cloud-client/sync_query.py @@ -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 \\