Updated docs

This commit is contained in:
hydrabolt
2015-11-19 18:07:16 +00:00
parent 9785f37c24
commit de00245dfa
3 changed files with 7 additions and 39 deletions

4
docs/docs_client.rst Normal file
View File

@@ -0,0 +1,4 @@
.. include:: ./vars.rst
Client
======

View File

@@ -3,6 +3,8 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
.. include:: ./vars.rst
Welcome to discord.js's documentation! Welcome to discord.js's documentation!
====================================== ======================================
@@ -15,34 +17,13 @@ Feel free to make any contributions you want, whether it be through creating an
Contents: Contents:
.. _general-docs:
.. toctree::
:maxdepth: 2
:caption: General
get_started
troubleshooting
create_simple_bot
.. _docs: .. _docs:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Documentation :caption: Documentation
docs_module
docs_resolvable
docs_client docs_client
docs_user
docs_member
docs_server
docs_channel
docs_pmchannel
docs_message
docs_invite
docs_permissions
docs_embed
Indices and tables Indices and tables

View File

@@ -1,19 +1,2 @@
.. _Client : ./docs_client.html .. _Client : ./docs_client.html
.. _User : ./docs_user.html
.. _ready : #ready
.. _Server : ./docs_server.html
.. _Channel : ./docs_channel.html
.. _Message : ./docs_message.html
.. _PMChannel : ./docs_pmchannel.html
.. _Invite : ./docs_invite.html
.. _Channel Resolvable : ./docs_resolvable.html#channel-resolvable
.. _Server Resolvable : ./docs_resolvable.html#channel-resolvable
.. _Invite Resolvable : ./docs_resolvable.html#invite-resolvable
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise .. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
.. _ServerPermissions : ./docs_permissions.html#id1
.. _Roles : ./docs_permissions.html#id1
.. _ChannelPermissions : ./docs_permissions.html#id3
.. _EvaluatedPermissions : ./docs_permissions.html#id6
.. _Member : ./docs_member.html
.. _Colors : ./docs_module.html#discord-colors
.. _Embed : ./docs_embed.html