Browse Source

[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.
pull/1563/head
bmintz 7 years ago
committed by Rapptz
parent
commit
00a659c652
  1. 66
      docs/api.rst

66
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

Loading…
Cancel
Save