From 1fe5e37fef8eb904a606ffc8abfe407931e173cc Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 10 Apr 2022 15:13:00 -0700 Subject: [PATCH] Add links to API docs --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6e66b38..27f612a 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,7 @@ incoming requests: HTTPSignatureAuth.verify(request, signature_algorithm=algorithms.HMAC_SHA256, key_resolver=key_resolver) +See the `API documentation `_ for full detials. Asymmetric key algorithms ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -77,6 +78,7 @@ Links * `http-message-signatures `_ - a dependency of this library that handles much of the implementation * `Project home page (GitHub) `_ +* `Package documentation `_ * `Package distribution (PyPI) `_ * `Change log `_