Skip to content

Commit 22f9dfc

Browse files
authored
chore: link to package documentation in README (#190)
1 parent c2be0ae commit 22f9dfc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-auth-httplib2",
33
"name_pretty": "Google Auth httplib2",
4-
"client_documentation": "",
4+
"client_documentation": "https://googleapis.dev/python/google-auth-httplib2/latest",
55
"issue_tracker": "https://github.com/googleapis/google-auth-library-python-httplib2/issues",
66
"release_level": "preview",
77
"language": "python",

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
The library was created to help clients migrate from `oauth2client <https://github.com/googleapis/oauth2client>`_ to `google-auth`_, however this library is no longer maintained. For any new usages please see provided transport layers by `google-auth`_ library.
88

9+
10+
Documentation
11+
-------------
12+
13+
`httplib2 Transport for Google Auth Documentation`_
14+
15+
916
Introduction
1017
------------
1118
|pypi|
@@ -21,6 +28,7 @@ This library provides an `httplib2`_ transport for `google-auth`_.
2128
:target: https://pypi.python.org/pypi/google-auth-httplib2
2229

2330
.. _httplib2: https://github.com/httplib2/httplib2
31+
.. _httplib2 Transport for Google Auth Documentation: https://googleapis.dev/python/google-auth-httplib2/latest
2432
.. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/
2533

2634

0 commit comments

Comments
 (0)