mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[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
This commit is contained in:
32
docs/framework_config.rst
Normal file
32
docs/framework_config.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
.. 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
|
||||
Reference in New Issue
Block a user