Skip to content

Commit f6cda97

Browse files
authored
Link to googleapis.dev documentation in READMEs. (#8705)
1 parent e9081b2 commit f6cda97

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ common helpers used by all Google API clients. For more information, see the
1111
:target: https://pypi.org/project/google-api_core/
1212
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
1313
:target: https://pypi.org/project/google-api_core/
14-
.. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/
14+
.. _documentation: https://googleapis.dev/python/google-api-core/latest
1515
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core
1616
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core
1717
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core

docs/futures.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Futures
2+
=======================
3+
4+
.. automodule:: google.api_core.future
5+
:members:
6+
:show-inheritance:
7+
8+
.. automodule:: google.api_core.future.polling
9+
:members:
10+
:show-inheritance:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Core
1010
auth
1111
client_info
1212
exceptions
13+
futures
1314
helpers
1415
iam
1516
operation

google/api_core/future/polling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PollingFuture(base.Future):
4545
behavior will repeatedly call ``done`` until it returns True.
4646
4747
.. note: Privacy here is intended to prevent the final class from
48-
overexposing, not to prevent subclasses from accessing methods.
48+
overexposing, not to prevent subclasses from accessing methods.
4949
5050
Args:
5151
retry (google.api_core.retry.Retry): The retry configuration used

0 commit comments

Comments
 (0)