Skip to content

Commit

Permalink
Adding example output of Client.list_zones.
Browse files Browse the repository at this point in the history
Fixes #6.
  • Loading branch information
dhermes committed Nov 17, 2015
1 parent c8ceb50 commit 889df3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/cluster-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ with :meth:`Client.list_zones() <gcloud_bigtable.client.Client.list_zones>`:
You can choose a :class:`string <str>` from among the result to pass to
the :class:`Cluster <gcloud_bigtable.cluster.Cluster>` constructor.

As of right now, the available zones are

.. code:: python
>>> zones
[u'asia-east1-b', u'europe-west1-c', u'us-central1-c', u'us-central1-b']
Cluster Factory
---------------

Expand Down

0 comments on commit 889df3e

Please sign in to comment.