11Google Cloud Python Client
22==========================
33
4- Python idiomatic client for Google Cloud Platform services.
4+ ' Python<https://cloud.google.com/appengine/docs/python/>' idiomatic client for ' Google Cloud Platform<https://cloud.google.com/>' services.
55
66|build | |coverage |
77------------------
@@ -29,15 +29,15 @@ Quickstart
2929Google Cloud Datastore
3030----------------------
3131
32- `Google Cloud Datastore <https://developers .google.com/datastore/ >`__ is
32+ `Google Cloud Datastore <https://cloud .google.com/datastore/docs >`__ is
3333a fully managed, schemaless database for storing non-relational data.
3434Cloud Datastore automatically scales with your users and supports ACID
3535transactions, high availability of reads and writes, strong consistency
3636for reads and ancestor queries, and eventual consistency for all other
3737queries.
3838
3939See the `Google Cloud Datastore
40- docs <https://developers .google.com/datastore/docs/activate> `__ for more
40+ docs <https://cloud .google.com/datastore/docs/activate> `__ for more
4141details on how to activate Cloud Datastore for your project.
4242
4343See `the gcloud-python API
@@ -63,9 +63,9 @@ you to store data on Google infrastructure with very high reliability,
6363performance and availability, and can be used to distribute large data
6464objects to users via direct download.
6565
66- You need to create a Google Cloud Storage bucket to use this client
66+ You need to create a ' Google Cloud Storage<https://cloud.google.com/storage/>' bucket to use this client
6767library. Follow the steps on the `Google Cloud Storage
68- docs <https://developers .google.com/storage/docs/cloud-console#_creatingbuckets> `__
68+ docs <https://cloud .google.com/storage/docs/cloud-console#_creatingbuckets> `__
6969to learn how to create a bucket.
7070
7171See `the gcloud-python API
0 commit comments