forked from github.com/blag
fixed typo
This commit is contained in:
@@ -36,8 +36,8 @@ def main(args=None):
|
|||||||
def parse_args(args=None):
|
def parse_args(args=None):
|
||||||
"""Parse command line arguments.
|
"""Parse command line arguments.
|
||||||
|
|
||||||
Paramters
|
Parameters
|
||||||
---------
|
----------
|
||||||
args : List[str]
|
args : List[str]
|
||||||
optional parameters, used for testing
|
optional parameters, used for testing
|
||||||
|
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ html_static_path = ['_static']
|
|||||||
autodoc_default_options = {
|
autodoc_default_options = {
|
||||||
'members': True,
|
'members': True,
|
||||||
'undoc-members': True,
|
'undoc-members': True,
|
||||||
|
'private-members': True,
|
||||||
'special-members': True,
|
'special-members': True,
|
||||||
'secret-members': True,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
autosummary_generate = True
|
autosummary_generate = True
|
||||||
|
|||||||
Reference in New Issue
Block a user