Skip to content

Commit

Permalink
Moving table garbage collection autodocs into separate page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 28, 2015
1 parent f9c8807 commit 21e131f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/garbage-collection.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Table Garbage Collection
~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: gcloud_bigtable.table.GarbageCollectionRule
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: gcloud_bigtable.table.GarbageCollectionRuleUnion
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: gcloud_bigtable.table.GarbageCollectionRuleIntersection
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ Documented Modules
client
cluster
table
garbage-collection

Indices and tables
~~~~~~~~~~~~~~~~~~

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. _Cluster Admin API: https://cloud.google.com/bigtable/docs/creating-cluster
.. _CreateCluster: https://github.com/GoogleCloudPlatform/cloud-bigtable-client/blob/e6fc386d9adc821e1cf5c175c5bf5830b641eb3f/bigtable-protos/src/main/proto/google/bigtable/admin/cluster/v1/bigtable_cluster_service.proto#L66-L68
Expand Down
2 changes: 2 additions & 0 deletions docs/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Table
:members:
:undoc-members:
:show-inheritance:
:exclude-members: GarbageCollectionRule,GarbageCollectionRuleUnion,
GarbageCollectionRuleIntersection

0 comments on commit 21e131f

Please sign in to comment.