From 90b92c64a89b0d3126dc09b36fe2d263c32661df Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Mon, 16 Oct 2023 08:48:36 -0700 Subject: [PATCH] fix doc for rsa --- docsrc/source/api/crypto.rst | 5 +++++ docsrc/source/index.rst | 1 + 2 files changed, 6 insertions(+) create mode 100644 docsrc/source/api/crypto.rst diff --git a/docsrc/source/api/crypto.rst b/docsrc/source/api/crypto.rst new file mode 100644 index 000000000..806d09b95 --- /dev/null +++ b/docsrc/source/api/crypto.rst @@ -0,0 +1,5 @@ +awscrt.crypto +============= + +.. automodule:: awscrt.crypto + :members: diff --git a/docsrc/source/index.rst b/docsrc/source/index.rst index 58349df2e..0558f3f54 100644 --- a/docsrc/source/index.rst +++ b/docsrc/source/index.rst @@ -13,6 +13,7 @@ API Reference api/auth api/common + api/crypto api/exceptions api/eventstream api/http