mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
39 lines
822 B
ReStructuredText
39 lines
822 B
ReStructuredText
.. 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.
|
|
- An internal smart caching layer to increase the performance.
|
|
|
|
|
|
Contents
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
introduction
|
|
api
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|