Skip to content
Closed
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/async_data_row_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ level. For example:

# Bring our two labeled columns together.
row_filter = RowFilterUnion(filters=[chain1, chain2])

----

.. automodule:: google.cloud.bigtable.data.row_filters
:members:
:show-inheritance:
14 changes: 0 additions & 14 deletions docs/async_data_usage.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/bigtable/column_family.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Column Family
-------------
.. automodule:: google.cloud.bigtable.column_family
:members:
:show-inheritance:
5 changes: 5 additions & 0 deletions docs/bigtable/data_row_filters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Row Filters
-----------
.. automodule:: google.cloud.bigtable.data.row_filters
:members:
:show-inheritance:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions docs/column-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,3 @@ at the lowest level of the nesting:
# **OR** anything that has more than 3 versions.
rule4 = GarbageCollectionRule(max_num_versions=3)
rule5 = GarbageCollectionUnion(rules=[rule3, rule4])

----

.. automodule:: google.cloud.bigtable.column_family
:members:
:show-inheritance:
25 changes: 24 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Using the API
:maxdepth: 2

usage
async_data_usage
column-family
async_data_row_filters


API Reference
Expand All @@ -20,6 +21,28 @@ API Reference
table-api
data-api

bigtable/app-profile.rst
bigtable/async_data_client.rst
bigtable/async_data_exceptions.rst
bigtable/async_data_mutations_batcher.rst
bigtable/async_data_mutations.rst
bigtable/async_data_read_modify_write_rules.rst
bigtable/async_data_read_rows_query.rst
bigtable/async_data_row.rst
bigtable/backup.rst
bigtable/batcher.rst
bigtable/client.rst
bigtable/cluster.rst
bigtable/column_family.rst
bigtable/data_row_filters.rst
bigtable/encryption-info.rst
bigtable/instance.rst
bigtable/row-data.rst
bigtable/row_filters.rst
bigtable/row.rst
bigtable/row-set.rst
bigtable/table.rst


Changelog
---------
Expand Down
14 changes: 0 additions & 14 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ Using the Sync Client
:maxdepth: 2

client-intro
client
cluster
instance
table
app-profile
backup
column-family
encryption-info
row
row-data
row-filters
row-set
batcher


In the hierarchy of API concepts

Expand Down