Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
nbcourse
Commits
452e95c0
Commit
452e95c0
authored
Nov 06, 2019
by
Matthieu Boileau
Browse files
Enhance function def and add docstring
parent
2237234e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nbcourse/nbcourse.py
View file @
452e95c0
...
...
@@ -319,7 +319,8 @@ class NbCourse:
self
.
conf
[
'slug_title'
])})],
}
def
build
(
self
,
args
=
None
):
def
build
(
self
,
args
:
list
=
None
):
"""Build course using Doit"""
if
args
is
None
:
args
=
[]
doit_config
=
{}
# TODO: implement verbosity option
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment