mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Documentation
This commit is contained in:
37
docs/index.rst
Normal file
37
docs/index.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
.. Flask-Discord documentation master file, created by
|
||||
sphinx-quickstart on Wed May 8 08:29:45 2019.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to Flask-Discord's documentation!
|
||||
=========================================
|
||||
|
||||
.. image:: /images/background.jpg
|
||||
|
||||
Flask-Discord is an extension made for Flask which makes implementation of
|
||||
Discord's OAuth2 API easier.
|
||||
|
||||
**Features**
|
||||
|
||||
- Clean object-oriented design.
|
||||
- Covers most of the scopes provided by the API.
|
||||
- Supports various discord models and objects.
|
||||
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
introduction
|
||||
api
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
Reference in New Issue
Block a user