Documentation

This commit is contained in:
thecosmos
2019-05-08 16:41:51 +05:30
parent ce488393e6
commit 767611b603
10 changed files with 288 additions and 4 deletions

37
docs/index.rst Normal file
View 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`