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 `_