From 6a3af2e128ef29f1777b873f5947f9171c0a1fa0 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 25 Aug 2016 21:38:38 -0400 Subject: [PATCH] Remove stale gRPC warning from Bigtable docs. Closes #1858. --- docs/bigtable-client-intro.rst | 6 ------ docs/bigtable-client.rst | 6 ------ docs/bigtable-cluster.rst | 6 ------ docs/bigtable-column-family.rst | 6 ------ docs/bigtable-data-api.rst | 6 ------ docs/bigtable-instance-api.rst | 6 ------ docs/bigtable-instance.rst | 6 ------ docs/bigtable-row-data.rst | 6 ------ docs/bigtable-row-filters.rst | 6 ------ docs/bigtable-row.rst | 6 ------ docs/bigtable-table-api.rst | 6 ------ docs/bigtable-table.rst | 6 ------ docs/bigtable-usage.rst | 6 ------ 13 files changed, 78 deletions(-) diff --git a/docs/bigtable-client-intro.rst b/docs/bigtable-client-intro.rst index 5f30656db08b..738aa4fea543 100644 --- a/docs/bigtable-client-intro.rst +++ b/docs/bigtable-client-intro.rst @@ -1,12 +1,6 @@ Base for Everything =================== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - To use the API, the :class:`Client ` class defines a high-level interface which handles authorization and creating other objects: diff --git a/docs/bigtable-client.rst b/docs/bigtable-client.rst index 97dc99f1d177..fb2d9cec88e4 100644 --- a/docs/bigtable-client.rst +++ b/docs/bigtable-client.rst @@ -1,12 +1,6 @@ Client ~~~~~~ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.client :members: :show-inheritance: diff --git a/docs/bigtable-cluster.rst b/docs/bigtable-cluster.rst index f2986b820253..9c5276dc462a 100644 --- a/docs/bigtable-cluster.rst +++ b/docs/bigtable-cluster.rst @@ -1,12 +1,6 @@ Cluster ~~~~~~~ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.cluster :members: :show-inheritance: diff --git a/docs/bigtable-column-family.rst b/docs/bigtable-column-family.rst index 10eb6307dc56..6539e0230d15 100644 --- a/docs/bigtable-column-family.rst +++ b/docs/bigtable-column-family.rst @@ -1,12 +1,6 @@ Column Families =============== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - When creating a :class:`ColumnFamily `, it is possible to set garbage collection rules for expired data. diff --git a/docs/bigtable-data-api.rst b/docs/bigtable-data-api.rst index 13ffd706b373..779efa991886 100644 --- a/docs/bigtable-data-api.rst +++ b/docs/bigtable-data-api.rst @@ -1,12 +1,6 @@ Data API ======== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - After creating a :class:`Table ` and some column families, you are ready to store and retrieve data. diff --git a/docs/bigtable-instance-api.rst b/docs/bigtable-instance-api.rst index 4d03fa7b1b97..75eba3c3b121 100644 --- a/docs/bigtable-instance-api.rst +++ b/docs/bigtable-instance-api.rst @@ -1,12 +1,6 @@ Instance Admin API ================== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - After creating a :class:`Client `, you can interact with individual instances for a project. diff --git a/docs/bigtable-instance.rst b/docs/bigtable-instance.rst index 7ba1c15d8df3..2b4c8e6c1fa9 100644 --- a/docs/bigtable-instance.rst +++ b/docs/bigtable-instance.rst @@ -1,12 +1,6 @@ Instance ~~~~~~~~ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.instance :members: :show-inheritance: diff --git a/docs/bigtable-row-data.rst b/docs/bigtable-row-data.rst index 1d45bb5f2962..3564f4e7a4b4 100644 --- a/docs/bigtable-row-data.rst +++ b/docs/bigtable-row-data.rst @@ -1,12 +1,6 @@ Row Data ~~~~~~~~ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.row_data :members: :show-inheritance: diff --git a/docs/bigtable-row-filters.rst b/docs/bigtable-row-filters.rst index 1b03ef7ef59a..9796a4c27239 100644 --- a/docs/bigtable-row-filters.rst +++ b/docs/bigtable-row-filters.rst @@ -1,12 +1,6 @@ Bigtable Row Filters ==================== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - It is possible to use a :class:`RowFilter ` when adding mutations to a diff --git a/docs/bigtable-row.rst b/docs/bigtable-row.rst index e5c95728fb42..afb52f39782b 100644 --- a/docs/bigtable-row.rst +++ b/docs/bigtable-row.rst @@ -1,12 +1,6 @@ Bigtable Row ============ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.row :members: :show-inheritance: diff --git a/docs/bigtable-table-api.rst b/docs/bigtable-table-api.rst index 554b157031f9..e29c7935ef46 100644 --- a/docs/bigtable-table-api.rst +++ b/docs/bigtable-table-api.rst @@ -1,12 +1,6 @@ Table Admin API =============== -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - After creating a :class:`Instance `, you can interact with individual tables, groups of tables or column families within a table. diff --git a/docs/bigtable-table.rst b/docs/bigtable-table.rst index 414d567bfd03..93704aae5d3a 100644 --- a/docs/bigtable-table.rst +++ b/docs/bigtable-table.rst @@ -1,12 +1,6 @@ Table ~~~~~ -.. warning:: - - gRPC is required for using the Cloud Bigtable API. As of May 2016, - ``grpcio`` is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - .. automodule:: gcloud.bigtable.table :members: :show-inheritance: diff --git a/docs/bigtable-usage.rst b/docs/bigtable-usage.rst index 14cadd084f72..eb29ccacdc91 100644 --- a/docs/bigtable-usage.rst +++ b/docs/bigtable-usage.rst @@ -1,12 +1,6 @@ Using the API ============= -.. warning:: - - `gRPC`_ is required for using the Cloud Bigtable API. As of May 2016, - `grpcio`_ is only supported in Python 2.7, so importing - :mod:`gcloud.bigtable` in other versions of Python will fail. - API requests are sent to the `Google Cloud Bigtable`_ API via RPC over HTTP/2. In order to support this, we'll rely on `gRPC`_. We are working with the gRPC team to rapidly make the install story more user-friendly.