mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[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:
@@ -41,12 +41,12 @@ KEYS (case sensitive):
|
||||
API Reference
|
||||
*************
|
||||
|
||||
.. automodule:: cogs.downloader.json_mixins
|
||||
.. automodule:: redbot.cogs.downloader.json_mixins
|
||||
|
||||
.. autoclass RepoJSONMixin
|
||||
:members
|
||||
|
||||
.. automodule:: cogs.downloader.installable
|
||||
.. automodule:: redbot.cogs.downloader.installable
|
||||
|
||||
Installable
|
||||
^^^^^^^^^^^
|
||||
@@ -54,7 +54,7 @@ Installable
|
||||
.. autoclass:: Installable
|
||||
:members:
|
||||
|
||||
.. automodule:: cogs.downloader.repo_manager
|
||||
.. automodule:: redbot.cogs.downloader.repo_manager
|
||||
|
||||
Repo
|
||||
^^^^
|
||||
@@ -71,6 +71,6 @@ Repo Manager
|
||||
Exceptions
|
||||
^^^^^^^^^^
|
||||
|
||||
.. automodule:: cogs.downloader.errors
|
||||
.. automodule:: redbot.cogs.downloader.errors
|
||||
:members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user