Skip to content

Commit

Permalink
More Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zpriddy committed Apr 10, 2020
1 parent 2e8513d commit ad7bd75
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs-src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
"sphinx_rtd_theme",
"sphinx_autodoc_typehints",
"sphinx.ext.autodoc.typehints",
"sphinx.ext.viewcode",
"sphinx.ext.autosummary",
"sphinx.ext.githubpages",
Expand Down
14 changes: 0 additions & 14 deletions docs-src/glados.slack_classes.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs-src/glados.slack_classes.views.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs-src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to GLaDOS's documentation!
install
glados_structure
glados_plugin
modules
glados



Expand Down
11 changes: 10 additions & 1 deletion docs-src/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ glados
.. toctree::
:maxdepth: 6

glados
glados.bot
glados.configs
glados.core
glados.errors
glados.message_blocks
glados.plugin
glados.request
glados.route_type
glados.router
glados.utils
1 change: 1 addition & 0 deletions docs/_sources/glados.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Submodules
glados.bot
glados.core
glados.errors
glados.configs
glados.message_blocks
glados.plugin
glados.request
Expand Down
2 changes: 1 addition & 1 deletion src/glados/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def route_function(self, route_type: RouteType, route: str) -> Callable:
"""
return self.get_route(route_type, route)

def exec_route(self, request: GladosRequest):
def exec_route(self, request):
"""Execute a route function directly
Parameters
Expand Down

0 comments on commit ad7bd75

Please sign in to comment.