diff --git a/docs/docs_channel.rst b/docs/docs_channel.rst index 5020d5c8..d35fbd51 100644 --- a/docs/docs_channel.rst +++ b/docs/docs_channel.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Channel Documentation -===================== +Channels +======== The Channel Class is used to represent data about a Channel. diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 70fb78b7..2906a4a3 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Client Documentation -==================== +Client +====== This page contains documentation on the `Discord.Client` class. This should be used when you want to start creating things with the API. diff --git a/docs/docs_invite.rst b/docs/docs_invite.rst index 4c1688b1..30520236 100644 --- a/docs/docs_invite.rst +++ b/docs/docs_invite.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Invite Documentation -==================== +Invites +======= The Invite Class is used to represent data about an Invite. diff --git a/docs/docs_member.rst b/docs/docs_member.rst index f610534d..c6987614 100644 --- a/docs/docs_member.rst +++ b/docs/docs_member.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Member Documentation -================== +Members +======= The Member Class is used to represent a User_ but specific to a server. **Any attributes/functions available in User_ are omitted.** diff --git a/docs/docs_message.rst b/docs/docs_message.rst index 812216c6..9be63139 100644 --- a/docs/docs_message.rst +++ b/docs/docs_message.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Message Documentation -===================== +Messages +======== The Message Class is used to represent data about a Message. diff --git a/docs/docs_permissions.rst b/docs/docs_permissions.rst index 5de55468..49eceadc 100644 --- a/docs/docs_permissions.rst +++ b/docs/docs_permissions.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Permissions Documentation -========================= +Permissions +=========== The Permissions Class represents data of permissions/roles. diff --git a/docs/docs_pmchannel.rst b/docs/docs_pmchannel.rst index 3f10acec..e9f59cbb 100644 --- a/docs/docs_pmchannel.rst +++ b/docs/docs_pmchannel.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -PMChannel Documentation -======================= +PMChannel +========= The PMChannel Class is used to represent data about a Private Message Channel. diff --git a/docs/docs_resolvable.rst b/docs/docs_resolvable.rst index ebd1f221..9a92dc9b 100644 --- a/docs/docs_resolvable.rst +++ b/docs/docs_resolvable.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Resolvable Documentation -======================== +Resolvables +=========== To be robust, discord.js needs to handle a wide amount of ambiguous data that is supplied to it. This means you can use functions much more easily. Anything that is resolvable means it can be normalised without you having to do it explicitly. diff --git a/docs/docs_server.rst b/docs/docs_server.rst index 198a235c..0e7b2c0a 100644 --- a/docs/docs_server.rst +++ b/docs/docs_server.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -Server Documentation -================== +Servers +======= The Server Class is used to represent data about a server. diff --git a/docs/docs_user.rst b/docs/docs_user.rst index 70cf51b2..49fc8b2b 100644 --- a/docs/docs_user.rst +++ b/docs/docs_user.rst @@ -1,7 +1,7 @@ .. include:: ./vars.rst -User Documentation -================== +Users +===== The User Class is used to represent data about users.