Compare commits
No commits in common. "master" and "v0.2.0" have entirely different histories.
|
@ -30,7 +30,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/3/', None),
|
||||
'wuttjamaican': ('https://docs.wuttaproject.org/wuttjamaican/', None),
|
||||
'wuttjamaican': ('https://rattailproject.org/docs/wuttjamaican/', None),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -255,7 +255,7 @@ def file_import_command_template(
|
|||
exists=True, file_okay=True, dir_okay=True,
|
||||
help="Path to input file(s). Can be a folder "
|
||||
"if app logic can guess the filename(s); "
|
||||
"otherwise must be complete file path.")] = None,
|
||||
"otherwise must be complete file path.")] = ...,
|
||||
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue