From b50caf7aed62af060a32842c0bfa587a61ddacc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Nad=C3=A9?= Date: Sat, 16 Dec 2023 23:11:42 +0100 Subject: [PATCH] add AioretryProtocol documentation to online doc --- docs/source/kaioretry.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/kaioretry.rst b/docs/source/kaioretry.rst index 62a3982..b95648a 100644 --- a/docs/source/kaioretry.rst +++ b/docs/source/kaioretry.rst @@ -14,3 +14,10 @@ The :py:class:`kaioretry.Context` class .. automodule:: kaioretry.context :members: + + +Misc Types +---------- + +.. automodule:: kaioretry.types + :members: