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