Made documentation titles less "noisy"

This commit is contained in:
hydrabolt
2015-10-28 10:32:14 +00:00
parent e2c0c2743f
commit b4ca48df32
10 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
Channel Documentation Channels
===================== ========
The Channel Class is used to represent data about a Channel. The Channel Class is used to represent data about a Channel.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. 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. This page contains documentation on the `Discord.Client` class. This should be used when you want to start creating things with the API.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
Invite Documentation Invites
==================== =======
The Invite Class is used to represent data about an Invite. The Invite Class is used to represent data about an Invite.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. 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.** The Member Class is used to represent a User_ but specific to a server. **Any attributes/functions available in User_ are omitted.**

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
Message Documentation Messages
===================== ========
The Message Class is used to represent data about a Message. The Message Class is used to represent data about a Message.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
Permissions Documentation Permissions
========================= ===========
The Permissions Class represents data of permissions/roles. The Permissions Class represents data of permissions/roles.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
PMChannel Documentation PMChannel
======================= =========
The PMChannel Class is used to represent data about a Private Message Channel. The PMChannel Class is used to represent data about a Private Message Channel.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. 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. 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.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
Server Documentation Servers
================== =======
The Server Class is used to represent data about a server. The Server Class is used to represent data about a server.

View File

@@ -1,7 +1,7 @@
.. include:: ./vars.rst .. include:: ./vars.rst
User Documentation Users
================== =====
The User Class is used to represent data about users. The User Class is used to represent data about users.