extend docs notes (#1004)

* wip

* notes

* WIP

* example

* notes
This commit is contained in:
Jirka Borovec
2020-03-06 07:07:04 -05:00
committed by GitHub
parent b183782e83
commit 25bb33ad45
4 changed files with 55 additions and 9 deletions
+2
View File
@@ -354,6 +354,8 @@ autoclass_content = 'both'
# see https://github.com/sphinx-doc/sphinx/issues/5459
autodoc_default_options = {
'members': None,
'methods': None,
# 'attributes': None,
'special-members': '__call__',
# 'exclude-members': '__weakref__',
'show-inheritance': True,