Skip to content

Commit 0e0291e

Browse files
docs: document 'row_set' module explicitly (#29)
1 parent 3a092de commit 0e0291e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/row-set.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Row Set
2+
~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.row_set
5+
:members:
6+
:show-inheritance:

docs/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Using the API
1313
row
1414
row-data
1515
row-filters
16+
row-set
1617

1718

1819
In the hierarchy of API concepts

google/cloud/bigtable/table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def read_rows(
539539
:param end_inclusive: (Optional) Whether the ``end_key`` should be
540540
considered inclusive. The default is False (exclusive).
541541
542-
:type row_set: :class:`row_set.RowSet`
542+
:type row_set: :class:`.RowSet`
543543
:param row_set: (Optional) The row set containing multiple row keys and
544544
row_ranges.
545545
@@ -595,7 +595,7 @@ def yield_rows(self, **kwargs):
595595
specified row(s). If unset, reads every column in
596596
each row.
597597
598-
:type row_set: :class:`row_set.RowSet`
598+
:type row_set: :class:`.RowSet`
599599
:param row_set: (Optional) The row set containing multiple row keys and
600600
row_ranges.
601601
@@ -1204,7 +1204,7 @@ def _create_row_request(
12041204
:type: app_profile_id: str
12051205
:param app_profile_id: (Optional) The unique name of the AppProfile.
12061206
1207-
:type row_set: :class:`row_set.RowSet`
1207+
:type row_set: :class:`.RowSet`
12081208
:param row_set: (Optional) The row set containing multiple row keys and
12091209
row_ranges.
12101210

0 commit comments

Comments
 (0)