File: index.md

package info (click to toggle)
pyrate-limiter 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,120 kB
  • sloc: python: 3,223; makefile: 21
file content (22 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# PyrateLimiter
```{include} ../README.md
:start-line: 3
:end-before: '> **Upgrading'
```

> **Upgrading from v3.x?** See the [Migration Guide](migrating.md) for breaking changes.
<!-- Exclude markdown ToC and use Sphinx sidebar ToC instead -->
## Features
```{include} ../README.md
:start-after: '## Features'
```

# Reference Documentation
```{toctree}
:maxdepth: 2
reference
migrating
changelog
contributing
modules/index
```