aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbmintz <[email protected]>2018-08-29 19:58:26 +0000
committerRapptz <[email protected]>2018-08-30 19:20:11 -0400
commit00a659c6526b2445162b52eaf970adbd22c6d35d (patch)
tree2dccb934eb103afbe4cd3f15bfcaf63942f53ad3 /docs
parentdocument HypeSquadHouse and Profile.hypesquad_houses (diff)
downloaddiscord.py-00a659c6526b2445162b52eaf970adbd22c6d35d.tar.xz
discord.py-00a659c6526b2445162b52eaf970adbd22c6d35d.zip
[docs] sort the VoiceRegions
having them appear in the docs ordered by their internal number is not useful to the user. Sorting them by name allows one to more quickly locate a voice region in the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst66
1 files changed, 33 insertions, 33 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 4dfb36c8..d1a5a346 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -730,63 +730,63 @@ All enumerations are subclasses of `enum`_.
Specifies the region a voice server belongs to.
- .. attribute:: us_west
-
- The US West region.
- .. attribute:: us_east
+ .. attribute:: amsterdam
- The US East region.
- .. attribute:: us_south
+ The Amsterdam region.
+ .. attribute:: brazil
- The US South region.
- .. attribute:: us_central
+ The Brazil region.
+ .. attribute:: eu_central
- The US Central region.
+ The EU Central region.
.. attribute:: eu_west
The EU West region.
- .. attribute:: eu_central
+ .. attribute:: frankfurt
- The EU Central region.
- .. attribute:: singapore
+ The Frankfurt region.
+ .. attribute:: hongkong
- The Singapore region.
+ The Hong Kong region.
+ .. attribute:: japan
+
+ The Japan region.
.. attribute:: london
The London region.
+ .. attribute:: russia
+
+ The Russia region.
+ .. attribute:: singapore
+
+ The Singapore region.
+ .. attribute:: southafrica
+
+ The South Africa region.
.. attribute:: sydney
The Sydney region.
- .. attribute:: amsterdam
-
- The Amsterdam region.
- .. attribute:: frankfurt
+ .. attribute:: us_central
- The Frankfurt region.
- .. attribute:: brazil
+ The US Central region.
+ .. attribute:: us_east
- The Brazil region.
- .. attribute:: hongkong
+ The US East region.
+ .. attribute:: us_south
- The Hong Kong region.
- .. attribute:: russia
+ The US South region.
+ .. attribute:: us_west
- The Russia region.
- .. attribute:: japan
+ The US West region.
+ .. attribute:: vip_amsterdam
- The Japan region.
- .. attribute:: southafrica
-
- The South Africa region.
+ The Amsterdam region for VIP guilds.
.. attribute:: vip_us_east
-
+
The US East region for VIP guilds.
.. attribute:: vip_us_west
The US West region for VIP guilds.
- .. attribute:: vip_amsterdam
-
- The Amsterdam region for VIP guilds.
.. class:: VerificationLevel