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
Holland Computing Center
chipathlon
Commits
4734c43e
Commit
4734c43e
authored
Jun 15, 2017
by
aknecht2
Browse files
Added sphinx autodoc for email param.
parent
23d76090
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/workflow.py
View file @
4734c43e
...
@@ -44,6 +44,8 @@ class Workflow(object):
...
@@ -44,6 +44,8 @@ class Workflow(object):
:param save_db: Whether or not we want to save results to the database.
:param save_db: Whether or not we want to save results to the database.
True by default.
True by default.
:type save_db: bool
:type save_db: bool
:param email: An email address to notify when the workflow is finished.
:type email: str
:param rewrite: Whether or not to rewrite existing files. If true, it will
:param rewrite: Whether or not to rewrite existing files. If true, it will
ignore files in Mongo and recreate them. If false, it will download
ignore files in Mongo and recreate them. If false, it will download
files based on the latest available completed job.
files based on the latest available completed job.
...
...
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