One day I'll learn to run black before pushing...

This commit is contained in:
Ashley Whetter 2020-08-31 22:07:51 -07:00
parent 0667de4037
commit 9a5f22d7d6

View File

@ -20,11 +20,11 @@ autoapi_type = "python"
autoapi_dirs = ["example"] autoapi_dirs = ["example"]
autoapi_python_class_content = "both" autoapi_python_class_content = "both"
autoapi_options = [ autoapi_options = [
'members', "members",
'undoc-members', # this is temporary until we add docstrings across the codebase "undoc-members", # this is temporary until we add docstrings across the codebase
'show-inheritance', "show-inheritance",
'show-module-summary', "show-module-summary",
'special-members', "special-members",
'imported-members', "imported-members",
'inherited-members', "inherited-members",
] ]