From b07c2a671bad4d5a2482efee039318cbabd7ed99 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 19 Oct 2016 01:58:46 -0700 Subject: [PATCH] Moving iterator into a dedicated document. --- docs/google-cloud-api.rst | 7 ------- docs/index.rst | 1 + docs/iterators.rst | 6 ++++++ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 docs/iterators.rst diff --git a/docs/google-cloud-api.rst b/docs/google-cloud-api.rst index c95d9ae2bce8..0fb79d966cfb 100644 --- a/docs/google-cloud-api.rst +++ b/docs/google-cloud-api.rst @@ -36,10 +36,3 @@ Environment Variables .. automodule:: google.cloud.environment_vars :members: :show-inheritance: - -Base Iterator Class -~~~~~~~~~~~~~~~~~~~ - -.. automodule:: google.cloud.iterator - :members: - :show-inheritance: diff --git a/docs/index.rst b/docs/index.rst index d5071697864c..7a888a1c9cb9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,7 @@ google-cloud-api google-cloud-config google-cloud-auth + iterators operation-api .. toctree:: diff --git a/docs/iterators.rst b/docs/iterators.rst new file mode 100644 index 000000000000..b53a41fe40fe --- /dev/null +++ b/docs/iterators.rst @@ -0,0 +1,6 @@ +Iterators +~~~~~~~~~ + +.. automodule:: google.cloud.iterator + :members: + :show-inheritance: