Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stale gRPC warning from Bigtable docs. #2203

Merged
merged 1 commit into from
Aug 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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