diff --git a/docs/api/reference.md b/docs/api/reference.md index 0013a58..d8be69e 100644 --- a/docs/api/reference.md +++ b/docs/api/reference.md @@ -4,15 +4,11 @@ Complete API documentation for the backoff module. ## Decorators -### on_exception - ::: backoff.on_exception options: show_root_heading: true show_source: true -### on_predicate - ::: backoff.on_predicate options: show_root_heading: true @@ -20,29 +16,21 @@ Complete API documentation for the backoff module. ## Wait Generators -### expo - ::: backoff.expo options: show_root_heading: true show_source: true -### fibo - ::: backoff.fibo options: show_root_heading: true show_source: true -### constant - ::: backoff.constant options: show_root_heading: true show_source: true -### runtime - ::: backoff.runtime options: show_root_heading: true @@ -50,15 +38,11 @@ Complete API documentation for the backoff module. ## Jitter Functions -### full_jitter - ::: backoff.full_jitter options: show_root_heading: true show_source: true -### random_jitter - ::: backoff.random_jitter options: show_root_heading: true