aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Use the standard way of detecting RTDRapptz2019-07-012-5/+1
|
* Flatten genindex to not group names.Rapptz2019-06-303-1/+49
| | | | Also better width in the tables.
* Fix some linking issues with TeamMembershipStateRapptz2019-06-301-2/+2
|
* Remove constructibility from certain classes in documentation.Rapptz2019-06-301-4/+4
|
* [commands] Properly raise the correct exception for owner_idsRapptz2019-06-291-4/+1
| | | | Also some minor nits with documentation.
* Support team members data in application infofourjr2019-06-291-0/+21
|
* Use a new scorer to improve search results.Rapptz2019-06-292-1/+79
| | | | | This makes the other pages take less priority than the API results. It's kind of biased, but hopefully it helps out.
* Proper RTD detection.Rapptz2019-06-292-1/+5
|
* Disable RTD search.Rapptz2019-06-291-0/+11
| | | | It's completely broken anyway.
* Strip discord.ext in genindex page and unbreak PEP links.Rapptz2019-06-281-0/+8
|
* Make the generated index page more useful for Ctrl + F.Rapptz2019-06-282-2/+18
|
* Translation sync with CrowdinRapptz2019-06-2818-5856/+7713
|
* Make more use of screen space in the documentation.Rapptz2019-06-281-5/+9
| | | | | Basically move from a 940px system to 1200px grid system. Hopefully future DOM modifications will make this better.
* Update Sphinx to 2.1.2Rapptz2019-06-284-21/+36
|
* Version bump to 1.2.3v1.2.3Rapptz2019-06-251-0/+14
|
* Translation sync from crowdinRapptz2019-06-2218-4651/+2162
|
* Version bump to 1.2.2v1.2.2Rapptz2019-06-091-0/+10
|
* Update docs to note Enum derivation changeToby Harradine2019-06-101-1/+2
|
* Crowdin translation syncRapptz2019-06-0918-9361/+15939
|
* Version bump to 1.2.1v1.2.1Rapptz2019-06-091-0/+11
|
* Some documentation touch-ups and missing stuff in the changelog.Rapptz2019-06-091-1/+3
|
* Version bump to 1.2.0v1.2.0Rapptz2019-06-093-0/+60
|
* Fix exception hierarchy documentation.Rapptz2019-06-081-3/+6
|
* Improve documentationNCPlayz2019-06-079-117/+167
|
* Add support for system channel flagsRapptz2019-06-061-0/+7
|
* Add support for new message types related to premium guilds.Rapptz2019-06-041-0/+16
|
* Fix pluralization errors in various filesEhren Julien-Neitzert2019-05-231-1/+1
| | | | | * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors
* Update on_group_join docsapple502j2019-05-181-2/+1
|
* Add India region to VoiceRegionapple502j2019-05-131-0/+3
|
* Version bump to v1.1.1v1.1.1Rapptz2019-05-111-0/+15
|
* Add changelog for v1.1.0Rapptz2019-05-103-0/+71
|
* Minor nits in Discord Converters section of the docs.Rapptz2019-05-091-1/+2
|
* Document remaining public enums.NCPlayz2019-05-091-17/+110
| | | | | | | | | - UserContentFilter - FriendFlags - PremiumType - Theme UserFlags is not documented as though it is only used internally.
* Add cached_message to on_raw_message_edit eventVexs2019-05-091-0/+3
| | | | Also add documentation for this behavior
* Translation sync with CrowdinRapptz2019-05-0418-11331/+9335
|
* Actually use multiple checks in the examples for checks.Rapptz2019-05-011-0/+2
|
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-0/+31
| | | | Fixes #2121
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-20/+0
| | | | Fixes #2079
* Added missing get_role method to the faq.Tarek13372019-04-291-0/+1
|
* voice room → voice channel in event documentationRapptz2019-04-251-2/+2
|
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-0/+24
| | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole
* Make context documentation in migration a bit more clear.Rapptz2019-04-181-7/+11
|
* Add support for <:name:id> format for adding reactionsVexs2019-04-171-2/+2
| | | | Adjust FAQ to match.
* add read-only cached_messages property to Clientkhazhyk2019-04-171-2/+4
| | | | For those of us who want access to this sweet trove of zero hop messages
* [commands] Add new MessageConverter to commands prose page.Rapptz2019-04-171-0/+2
|
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-0/+3
|
* Fix typo in on_raw_reaction_remove docs.Rapptz2019-04-141-1/+1
|
* Improvements to intro docs.Dante Dam2019-04-121-7/+7
|
* Remove "needs python 3.5+" from async iter sectionapple502j2019-04-121-2/+1
|
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-3/+45
|