Skip to content

Commit 4bd1358

Browse files
docs: Remove duplicate headers in API reference docs (#80)
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
1 parent 26a531f commit 4bd1358

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/api/reference.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,61 +4,45 @@ Complete API documentation for the backoff module.
44

55
## Decorators
66

7-
### on_exception
8-
97
::: backoff.on_exception
108
options:
119
show_root_heading: true
1210
show_source: true
1311

14-
### on_predicate
15-
1612
::: backoff.on_predicate
1713
options:
1814
show_root_heading: true
1915
show_source: true
2016

2117
## Wait Generators
2218

23-
### expo
24-
2519
::: backoff.expo
2620
options:
2721
show_root_heading: true
2822
show_source: true
2923

30-
### fibo
31-
3224
::: backoff.fibo
3325
options:
3426
show_root_heading: true
3527
show_source: true
3628

37-
### constant
38-
3929
::: backoff.constant
4030
options:
4131
show_root_heading: true
4232
show_source: true
4333

44-
### runtime
45-
4634
::: backoff.runtime
4735
options:
4836
show_root_heading: true
4937
show_source: true
5038

5139
## Jitter Functions
5240

53-
### full_jitter
54-
5541
::: backoff.full_jitter
5642
options:
5743
show_root_heading: true
5844
show_source: true
5945

60-
### random_jitter
61-
6246
::: backoff.random_jitter
6347
options:
6448
show_root_heading: true

0 commit comments

Comments
 (0)