commit | cf9348125a020afeb7d615cea9b3b630ac0deae6 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Jun 07 09:47:18 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 07 09:47:18 2017 -0700 |
tree | 50d237eda0ce718a1db4655c563da4c270309ed3 | |
parent | ec726bdb9e8f84d089fec3db970fae107c849d77 [diff] [blame] |
Add documentation around oauth2client deprecation (#165)
diff --git a/docs/index.rst b/docs/index.rst index c0cbdbf..b6dc92c 100644 --- a/docs/index.rst +++ b/docs/index.rst
@@ -22,6 +22,8 @@ :mod:`urllib3 <google.auth.transport.urllib3>`, and :mod:`gRPC <google.auth.transport.grpc>`. +.. note:: ``oauth2client`` was recently deprecated in favor of this library. For more details on the deprecation, see :doc:`oauth2client-deprecation`. + Installing ----------