Skip to content

Commit 5e7fac9

Browse files
committed
fix example of use of the new workflow directive
1 parent 88b3ec4 commit 5e7fac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/sphinxext/plot_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
The source code for the workflow may be included as **inline content** to
1818
the directive `workflow`::
1919
20-
.. workflow:
20+
.. workflow ::
2121
:graph2use: flat
2222
:simple_form: no
2323
@@ -28,7 +28,7 @@
2828
For example, the following graph has been generated inserting the previous
2929
code block in this documentation:
3030
31-
.. workflow:
31+
.. workflow ::
3232
:graph2use: flat
3333
:simple_form: no
3434

0 commit comments

Comments
 (0)