bot-base/doc/source/index.rst
Louis Chauvet 240d7dd417
[doc] Ajout de la création d'un modules
[bot_base] Nouvelle gestion des modules
[config] Mise à jour de la doc
2020-06-12 19:28:00 +02:00

35 lines
1.2 KiB
ReStructuredText

.. Python Discord Bot documentation master file, created by
sphinx-quickstart on Mon Apr 13 12:55:17 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Python Discord Bot's documentation!
==============================================
.. toctree::
:maxdepth: 4
:caption: Contents:
module_creation/index
api/modules
Introduction
============
"Python Discord Bot" is a fully modular, self-hostable discord bot.
Its goal is to provide a solid and minimal base (only error handling, modules and configuration management) and to provide a large amount of modules.
In addition to being fully modular, this bot is meant to be a single server, in order to allow advanced configuration and simple management of private messages (many modules are games that need to use private messages, and it wouldn't be nice to add a choice of server for each action).
For users, nothing could be simpler, you just install, register your bot on discordapp.com and let yourself be guided by !config.
For developers, all the documentation is here, and the source code is fully documented.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`