We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee7df7 + b07c2a6 commit 392f0f8Copy full SHA for 392f0f8
docs/google-cloud-api.rst
@@ -36,10 +36,3 @@ Environment Variables
36
.. automodule:: google.cloud.environment_vars
37
:members:
38
:show-inheritance:
39
-
40
-Base Iterator Class
41
-~~~~~~~~~~~~~~~~~~~
42
43
-.. automodule:: google.cloud.iterator
44
- :members:
45
- :show-inheritance:
docs/index.rst
@@ -6,6 +6,7 @@
6
google-cloud-api
7
google-cloud-config
8
google-cloud-auth
9
+ iterators
10
operation-api
11
12
.. toctree::
docs/iterators.rst
@@ -0,0 +1,6 @@
1
+Iterators
2
+~~~~~~~~~
3
+
4
+.. automodule:: google.cloud.iterator
5
+ :members:
+ :show-inheritance:
0 commit comments