aboutsummaryrefslogtreecommitdiff
path: root/docs/retry.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/retry.rst')
-rw-r--r--docs/retry.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/retry.rst b/docs/retry.rst
new file mode 100644
index 0000000..97a7f2c
--- /dev/null
+++ b/docs/retry.rst
@@ -0,0 +1,13 @@
+Retry
+=====
+
+.. automodule:: google.api_core.retry
+ :members:
+ :show-inheritance:
+
+Retry in AsyncIO
+----------------
+
+.. automodule:: google.api_core.retry_async
+ :members:
+ :show-inheritance: