[V3 Docs] Add data manager information (#1056)

* Add Data Manager docs

* Add rst file

* Add note on data manager's purpose
This commit is contained in:
Will
2017-10-25 00:38:28 -04:00
committed by palmtree5
parent 923913f63d
commit 9394b4880e
3 changed files with 54 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
.. data manager docs
============
Data Manager
============
Data manager is a module that handles all the information necessary to bootstrap
the bot into a state where more abstract data management systems can take over.
.. automodule:: redbot.core.data_manager
:members:

View File

@@ -31,8 +31,10 @@ Welcome to Red - Discord Bot's documentation!
guide_cog_creation
framework_bank
framework_cogmanager
framework_datamanager
framework_config
framework_downloader
framework_i18n
framework_modlog
framework_context