Skip to content

Commit 4faa42e

Browse files
committed
More concise rate limiting bullet point
1 parent 90de0bb commit 4faa42e

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

docs/_static/style.css

-8
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,6 @@ pre {
261261
height: 0px;
262262
}
263263

264-
265-
/* strikethrough */
266-
267-
.strike {
268-
text-decoration: line-through
269-
}
270-
271-
272264
/* admonitions (notes, warnings, ...) */
273265

274266
.admonition-title {

docs/index.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
.. role:: strike
7-
:class: strike
8-
96
Welcome to guilded.py
107
======================
118

@@ -17,7 +14,7 @@ directly from discord.py's own documentation.
1714
**Features:**
1815

1916
- Modern Pythonic API using ``async``\/``await`` syntax
20-
- :strike:`Sane rate limit handling that prevents 429s` Guilded does not return rate limit headers outside of a Retry-After on 429 responses, so in this event, that header is used.
17+
- :gdocs:`Compliant rate limit backoff <http_rate_limits>`
2118
- Implements 100% of the Guilded API
2219
- Command extension to aid with bot creation
2320
- Easy to use with an object oriented design

0 commit comments

Comments
 (0)