Skip to content

Commit

Permalink
Merge pull request #2203 from tseaver/1858-remove-grpc-warning-from-b…
Browse files Browse the repository at this point in the history
…igtable-docs

Remove stale gRPC warning from Bigtable docs.
  • Loading branch information
tseaver committed Aug 26, 2016
2 parents 7e84915 + 6a3af2e commit 30dba6c
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 78 deletions.
6 changes: 0 additions & 6 deletions docs/bigtable-client-intro.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.client.Client>`
class defines a high-level interface which handles authorization
and creating other objects:
Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-client.rst
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/bigtable-cluster.rst
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/bigtable-column-family.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.column_family.ColumnFamily>`, it is
possible to set garbage collection rules for expired data.
Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-data-api.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.table.Table>` and some
column families, you are ready to store and retrieve data.

Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-instance-api.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.client.Client>`, you can
interact with individual instances for a project.

Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-instance.rst
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/bigtable-row-data.rst
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/bigtable-row-filters.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.row_filters.RowFilter>`
when adding mutations to a
Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-row.rst
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-table-api.rst
Original file line number Diff line number Diff line change
@@ -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 <gcloud.bigtable.instance.Instance>`, you can
interact with individual tables, groups of tables or column families within
a table.
Expand Down
6 changes: 0 additions & 6 deletions docs/bigtable-table.rst
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/bigtable-usage.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 30dba6c

Please sign in to comment.