[V3] migration docs (#992)

* [Docs] start on migration guide

* [Docs] add more to migration docs

* [Docs] fix imports in examples

* [Docs] add migration guide to toctree

* [Docs] add a cog creation guide

* [Docs] expand on cog packages in migration guide

* Fix typo

* [Docs] add link for modlog docs
This commit is contained in:
palmtree5
2017-10-22 17:05:47 -08:00
committed by Will
parent fb125ef619
commit 3febc94871
4 changed files with 154 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ Basic Usage
.. code-block:: python
from core import bank
from redbot.core import bank
class MyCog:
@commands.command()