Skip to content

Commit 392f0f8

Browse files
authored
Merge pull request googleapis#2564 from dhermes/dedicated-iter-doc
Moving iterator into a dedicated document.
2 parents 5ee7df7 + b07c2a6 commit 392f0f8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/google-cloud-api.rst

-7
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,3 @@ Environment Variables
3636
.. automodule:: google.cloud.environment_vars
3737
:members:
3838
:show-inheritance:
39-
40-
Base Iterator Class
41-
~~~~~~~~~~~~~~~~~~~
42-
43-
.. automodule:: google.cloud.iterator
44-
:members:
45-
:show-inheritance:

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
google-cloud-api
77
google-cloud-config
88
google-cloud-auth
9+
iterators
910
operation-api
1011

1112
.. toctree::

docs/iterators.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Iterators
2+
~~~~~~~~~
3+
4+
.. automodule:: google.cloud.iterator
5+
:members:
6+
:show-inheritance:

0 commit comments

Comments
 (0)