Red-DiscordBot/docs/framework_config.rst
Will 7e05903c61 [Docs] The beginning of the reign of autodoc (#898)
* Update gitignore

* Add docs basic config

* Add config options for rtd and autodoc

* Add requirements.txt and update conf to support coros

* Add downloader cog docs

* Add downloader reference docs

* Add config, apparently invalid rst syntax breaks a lot of shit
2017-08-11 00:14:42 -04:00

33 lines
349 B
ReStructuredText

.. config shite
Config
======
===========
Basic Usage
===========
Stuff goes here
=============
API Reference
=============
.. automodule:: core.config
.. autoclass:: Config
:members:
.. autoclass:: Group
:members:
.. autoclass:: Value
:members:
================
Driver Reference
================
.. automodule:: core.drivers