aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-07-30 13:36:42 -0700
committerGitHub <noreply@github.com>2019-07-30 13:36:42 -0700
commitf82bd52ff4ddcd1413a03cbd6ffeda5bea6c9b9f (patch)
tree5b45515d53e90c0d5df74cc94e2e1f3ae1d2c442 /docs
parentd9f63bfa71f4b78f5ade7a19604f50129580a4aa (diff)
downloadpython-api-core-f82bd52ff4ddcd1413a03cbd6ffeda5bea6c9b9f.tar.gz
API Core: Add client_options documentation. (#8834)
Diffstat (limited to 'docs')
-rw-r--r--docs/client_options.rst6
-rw-r--r--docs/index.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/client_options.rst b/docs/client_options.rst
new file mode 100644
index 0000000..da7c9a3
--- /dev/null
+++ b/docs/client_options.rst
@@ -0,0 +1,6 @@
+Client Options
+==========================
+
+.. automodule:: google.api_core.client_options
+ :members:
+ :show-inheritance:
diff --git a/docs/index.rst b/docs/index.rst
index 9dec6e8..67572a0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,6 +9,7 @@ Core
.. toctree::
auth
client_info
+ client_options
exceptions
futures
helpers