diff --git a/docs/docs_channel.rst b/docs/docs_channel.rst index 5020d5c8a..d35fbd513 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 70fb78b72..2906a4a3d 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 4c1688b1e..305202368 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 f610534d2..c69876142 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 812216c62..9be63139a 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 5de554688..49eceadc3 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 3f10acec2..e9f59cbba 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 ebd1f2211..9a92dc9ba 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 198a235c8..0e7b2c0ae 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 70cf51b2d..49fc8b2b3 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.