kopia lustrzana https://github.com/jupyterhub/repo2docker
Add a little more bit of documentation
rodzic
e2991f614a
commit
310bc0fbfe
|
@ -22,7 +22,10 @@ from .utils import execute_cmd
|
||||||
class Repo2Docker(Application):
|
class Repo2Docker(Application):
|
||||||
config_file = Unicode(
|
config_file = Unicode(
|
||||||
'repo2docker_config.py',
|
'repo2docker_config.py',
|
||||||
config=True
|
config=True,
|
||||||
|
help="""
|
||||||
|
Path to read traitlets configuration file from.
|
||||||
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
source_url = Unicode(
|
source_url = Unicode(
|
||||||
|
|
Ładowanie…
Reference in New Issue