Skip to content

Commit

Permalink
Merge pull request #101 from marcgel/master
Browse files Browse the repository at this point in the history
Small changes to Cloud Storage doc pages.
  • Loading branch information
silvolu committed Sep 22, 2014
2 parents 1f2aaf3 + 9874bfa commit 58f08fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/datastore-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can install the library quickly with ``pip``::
$ pip install gcloud

Run the
`example script <https://github.com/jgeewax/gcloud/blob/master/gcloud/datastore/demo.py>`_
`example script <https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/gcloud/datastore/demo/demo.py>`_
included in the package::

$ python -m gcloud.datastore.demo
Expand Down
2 changes: 1 addition & 1 deletion docs/storage-getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Enabling the API
----------------

Now that you created a project,
you need to **turn on** the Cloud Datastore API.
you need to **turn on** the Google Cloud Storage API.
This is sort of like telling Google
which services you intend to use for this project.

Expand Down
3 changes: 2 additions & 1 deletion docs/storage-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can install the library quickly with ``pip``::
$ pip install gcloud

Run the
`example script <https://github.com/jgeewax/gcloud/blob/master/gcloud/storage/demo.py>`_
`example script <https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/gcloud/storage/demo/demo.py>`_
included in the package::

$ python -m gcloud.storage.demo
Expand Down Expand Up @@ -50,6 +50,7 @@ you can create buckets and keys::
'this is test content!'
>>> print bucket.get_all_keys()
[<Key: my-new-bucket, my-test-file.txt>]
>>> key.delete()
>>> bucket.delete()

.. note::
Expand Down

0 comments on commit 58f08fa

Please sign in to comment.