[V3 Docs] Add and update existing features (#1451)

* [V3 Docs] bump version

* Remove removed functions from __all__

* Update docstring format

* Update copyright year

* Add embed utils docs

* Document bot class

* Document RPC

* Update toctree
This commit is contained in:
palmtree5
2018-03-24 13:27:04 -08:00
committed by Will
parent 45ee4755a6
commit 4e2b83c052
7 changed files with 55 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ master_doc = 'index'
# General information about the project.
project = 'Red - Discord Bot'
copyright = '2017, Cog Creators'
copyright = '2018, Cog Creators'
author = 'Cog Creators'
# The version info for the project you're documenting, acts as replacement for
@@ -63,9 +63,9 @@ author = 'Cog Creators'
# built documents.
#
# The short X.Y version.
version = '3.0.0a1'
version = '3.0.0b10'
# The full version, including alpha/beta/rc tags.
release = '3.0.0a1'
release = '3.0.0b10'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.