Skip to content

Commit 76eb881

Browse files
committed
[ENH] Sphinx extension to plot workflows
Close #1873
1 parent 15f520d commit 76eb881

File tree

3 files changed

+676
-0
lines changed

3 files changed

+676
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'numpy_ext.numpydoc',
5353
'matplotlib.sphinxext.plot_directive',
5454
'matplotlib.sphinxext.only_directives',
55+
'nipype.sphinxext.plot_workflow',
5556
#'IPython.sphinxext.ipython_directive',
5657
#'IPython.sphinxext.ipython_console_highlighting'
5758
]

nipype/sphinxext/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
4+
# vi: set ft=python sts=4 ts=4 sw=4 et:
5+
from __future__ import print_function, division, absolute_import, unicode_literals

0 commit comments

Comments
 (0)