Skip to content

Commit

Permalink
Moving iterator into a dedicated document.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 19, 2016
1 parent b402216 commit b07c2a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/google-cloud-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,3 @@ Environment Variables
.. automodule:: google.cloud.environment_vars
:members:
:show-inheritance:

Base Iterator Class
~~~~~~~~~~~~~~~~~~~

.. automodule:: google.cloud.iterator
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
google-cloud-api
google-cloud-config
google-cloud-auth
iterators
operation-api

.. toctree::
Expand Down
6 changes: 6 additions & 0 deletions docs/iterators.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Iterators
~~~~~~~~~

.. automodule:: google.cloud.iterator
:members:
:show-inheritance:

0 comments on commit b07c2a6

Please sign in to comment.