mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
* 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
33 lines
349 B
ReStructuredText
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
|