Skip to content

Commit 85c7e37

Browse files
committed
Merge pull request #915 from stephenplusplus/master
readme: point service links to readme intro documentation
2 parents b0aef16 + 28a9510 commit 85c7e37

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.rst

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This client supports the following Google Cloud Platform services:
1818
- `Google Cloud Datastore`_
1919
- `Google Cloud Storage`_
2020

21-
.. _Google Cloud Datastore: https://cloud.google.com/datastore/
22-
.. _Google Cloud Storage: https://cloud.google.com/storage/
21+
.. _Google Cloud Datastore: #google-cloud-datastore
22+
.. _Google Cloud Storage: #google-cloud-storage
2323

2424
If you need support for other Google APIs, check out the
2525
`Google APIs Python Client library`_.
@@ -43,23 +43,24 @@ Example Applications
4343
Google Cloud Datastore
4444
----------------------
4545

46-
Google `Cloud Datastore`_ is a fully managed, schemaless database for
47-
storing non-relational data. Cloud Datastore automatically scales with
48-
your users and supports ACID transactions, high availability of reads and
46+
Google `Cloud Datastore`_ (`Datastore API docs`_) is a fully managed, schemaless
47+
database for storing non-relational data. Cloud Datastore automatically scales
48+
with your users and supports ACID transactions, high availability of reads and
4949
writes, strong consistency for reads and ancestor queries, and eventual
5050
consistency for all other queries.
5151

5252
.. _Cloud Datastore: https://cloud.google.com/datastore/docs
53+
.. _Datastore API docs: https://cloud.google.com/datastore/docs/apis/v1beta2/
5354

54-
See the `Google Cloud Datastore docs`_ for more details on how to activate
55-
Cloud Datastore for your project.
55+
See the ``gcloud-python`` API `datastore documentation`_ to learn how to
56+
interact with the Cloud Datastore using this Client Library.
5657

57-
.. _Google Cloud Datastore docs: https://cloud.google.com/datastore/docs/activate
58+
.. _datastore documentation: https://googlecloudplatform.github.io/gcloud-python/latest/datastore-api.html
5859

59-
See the ``gcloud-python`` API `datastore documentation`_ to learn how to interact
60-
with the Cloud Datastore using this Client Library.
60+
See the `official Google Cloud Datastore documentation`_ for more details on how
61+
to activate Cloud Datastore for your project.
6162

62-
.. _datastore documentation: https://googlecloudplatform.github.io/gcloud-python/latest/datastore-api.html
63+
.. _official Google Cloud Datastore documentation: https://cloud.google.com/datastore/docs/activate
6364

6465
.. code:: python
6566
@@ -79,23 +80,24 @@ with the Cloud Datastore using this Client Library.
7980
Google Cloud Storage
8081
--------------------
8182

82-
Google `Cloud Storage`_ allows you to store data on Google infrastructure with
83-
very high reliability, performance and availability, and can be used to
84-
distribute large data objects to users via direct download.
83+
Google `Cloud Storage`_ (`Storage API docs`_) allows you to store data on Google
84+
infrastructure with very high reliability, performance and availability, and can
85+
be used to distribute large data objects to users via direct download.
8586

8687
.. _Cloud Storage: https://cloud.google.com/storage/docs
87-
88-
You need to create a Google Cloud Storage bucket to use this client
89-
library. Follow the steps on the `Google Cloud Storage docs`_
90-
to learn how to create a bucket.
91-
92-
.. _Google Cloud Storage docs: https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
88+
.. _Storage API docs: https://cloud.google.com/storage/docs/json_api/v1
9389

9490
See the ``gcloud-python`` API `storage documentation`_ to learn how to connect
9591
to Cloud Storage using this Client Library.
9692

9793
.. _storage documentation: https://googlecloudplatform.github.io/gcloud-python/latest/storage-api.html
9894

95+
You need to create a Google Cloud Storage bucket to use this client library.
96+
Follow along with the `official Google Cloud Storage documentation`_ to learn
97+
how to create a bucket.
98+
99+
.. _official Google Cloud Storage documentation: https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
100+
99101
.. code:: python
100102
101103
from gcloud import storage

0 commit comments

Comments
 (0)