Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions docs/api/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,61 +4,45 @@ 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
show_source: true

## 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
show_source: true

## 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
Expand Down
Loading