Skip to content

Commit 1aa6bd2

Browse files
committed
Improved documentation
1 parent 9e02e43 commit 1aa6bd2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/users/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
function_interface
3232
mapnode_and_iterables
3333
model_specification
34+
saving_workflows
3435

3536

3637

nipype/pipeline/engine.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ def export(self, prefix="output", format="python", include_config=False):
554554
555555
format: string
556556
one of "python"
557+
558+
include_config: boolean
559+
whether to include node and workflow config values
557560
"""
558561
formats = ["python"]
559562
if format not in formats:

0 commit comments

Comments
 (0)