[V3 Docs] Docs for utils package (#1085)

* Docstrings for chat formatting

* Docstrings for mod utils

* Type checking

* Override CSS to highlight object name in definition

* More typing

* Utils docs pages

* Fix typo here
This commit is contained in:
Tobotimus
2017-11-20 09:14:05 +11:00
committed by palmtree5
parent b141729830
commit 5cef3e13e1
6 changed files with 361 additions and 27 deletions

View File

@@ -103,6 +103,9 @@ html_theme = 'sphinx_rtd_theme'
# html_theme_options = {}
html_context = {
'css_files': [
'_static/theme_overrides.css'
],
# Enable the "Edit in GitHub link within the header of each page.
'display_github': True,
'github_user': 'Cog-Creators',