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. Specifies the region a voice server belongs to.
.. attribute:: us_west .. attribute:: amsterdam
The US West region.
.. attribute:: us_east
The US East region. The Amsterdam region.
.. attribute:: us_south .. attribute:: brazil
The US South region. The Brazil region.
.. attribute:: us_central .. attribute:: eu_central
The US Central region. The EU Central region.
.. attribute:: eu_west .. attribute:: eu_west
The EU West region. The EU West region.
.. attribute:: eu_central .. attribute:: frankfurt
The EU Central region. The Frankfurt region.
.. attribute:: singapore .. attribute:: hongkong
The Singapore region. The Hong Kong region.
.. attribute:: japan
The Japan region.
.. attribute:: london .. attribute:: london
The London region. The London region.
.. attribute:: russia
The Russia region.
.. attribute:: singapore
The Singapore region.
.. attribute:: southafrica
The South Africa region.
.. attribute:: sydney .. attribute:: sydney
The Sydney region. The Sydney region.
.. attribute:: amsterdam .. attribute:: us_central
The Amsterdam region.
.. attribute:: frankfurt
The Frankfurt region. The US Central region.
.. attribute:: brazil .. attribute:: us_east
The Brazil region. The US East region.
.. attribute:: hongkong .. attribute:: us_south
The Hong Kong region. The US South region.
.. attribute:: russia .. attribute:: us_west
The Russia region. The US West region.
.. attribute:: japan .. attribute:: vip_amsterdam
The Japan region. The Amsterdam region for VIP guilds.
.. attribute:: southafrica
The South Africa region.
.. attribute:: vip_us_east .. attribute:: vip_us_east
The US East region for VIP guilds. The US East region for VIP guilds.
.. attribute:: vip_us_west .. attribute:: vip_us_west
The US West region for VIP guilds. The US West region for VIP guilds.
.. attribute:: vip_amsterdam
The Amsterdam region for VIP guilds.
.. class:: VerificationLevel .. class:: VerificationLevel

Loading…
Cancel
Save