[Docs] Fix docs post pip install refactor (#969)

* Fix downloader

* Fix bank

* Fix cog manager

* Fix config

* Fix readme

* Add docs/test link to readme

* Add docs codeowners
This commit is contained in:
Will
2017-09-08 23:31:32 -04:00
committed by GitHub
parent d69fd63da7
commit 7c3b2673a5
7 changed files with 30 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ Basic Usage
Tutorial
********
.. py:currentmodule:: core.config
.. py:currentmodule:: redbot.core.config
This tutorial will walk you through how to use Config.
@@ -157,7 +157,7 @@ API Reference
inside the bot itself! Simply take a peek inside of the :code:`tests/core/test_config.py` file for examples of using
Config in all kinds of ways.
.. automodule:: core.config
.. automodule:: redbot.core.config
Config
^^^^^^
@@ -190,7 +190,7 @@ Value
Driver Reference
****************
.. automodule:: core.drivers
.. automodule:: redbot.core.drivers
.. autoclass:: red_base.BaseDriver
:members: