From 9d2c2b1e22b3a566e58199b567e1a7a5466dfd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 30 Dec 2025 12:24:02 -0600 Subject: [PATCH] docs: Remove duplicate headers in API reference docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Ramírez Mondragón --- docs/api/reference.md | 16 ---------------- 1 file changed, 16 deletions(-) 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