Files
discord.js/docs/index.rst
2015-11-20 20:44:09 +00:00

55 lines
1.2 KiB
ReStructuredText

.. discord.js documentation master file, created by
sphinx-quickstart on Fri Sep 25 17:25:49 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. include:: ./vars.rst
Welcome to discord.js's documentation!
======================================
discord.js is an easy-to-use and intuitive JavaScript API for Discord_. It's fairly high level, so if you're
looking for something low level, check out `discord.io`_.
Feel free to make any contributions you want, whether it be through creating an issue, giving a suggestion or making a pull request!
.. note:: This documentation is still a work-in-progress, apologies if something isn't yet documented!
Contents:
.. _docs:
.. toctree::
:maxdepth: 2
:caption: Channel Documentation
docs_channel
docs_pmchannel
docs_serverchannel
docs_textchannel
docs_voicechannel
.. toctree::
:maxdepth: 2
:caption: Documentation
docs_client
docs_server
docs_user
.. toctree::
:maxdepth: 2
:caption: Util Documentation
docs_cache
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
.. _Discord : https://discordapp.com/
.. _discord.io : https://github.com/izy521/discord.io