Skip to content

Commit 343389c

Browse files
author
Mathieu Dubois
committed
DOC correct download sections in devel/matlab_interface_devel.rst
1 parent dbf58c2 commit 343389c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/devel/matlab_interface_devel.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ code template, and define approriate inputs and outputs.
1313

1414
.. literalinclude:: matlab_example1.py
1515

16-
:download:`Download the source code of this example <matlab_example1.py>`.
16+
.. admonition:: Example source code
17+
18+
You can download :download:`the source code of this example <matlab_example1.py>`.
1719

1820
Example 2
1921
+++++++++
@@ -22,6 +24,8 @@ By subclassing :class:`nipype.interfaces.matlab.MatlabCommand` for your main cla
2224

2325
.. literalinclude:: matlab_example2.py
2426

25-
:download:`Download the source code of this example <matlab_example2.py>`.
27+
.. admonition:: Example source code
28+
29+
You can download :download:`the source code of this example <matlab_example2.py>`.
2630

2731
.. include:: ../links_names.txt

0 commit comments

Comments
 (0)