Skip to content

Commit 88b3ec4

Browse files
committed
added resource profiling to user docs, example not working
close nipy#1526
1 parent 5ed4683 commit 88b3ec4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/users/sphinx_ext.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ with a set of extensions (currently only one) to customize the appearance
1010
and simplify the generation process.
1111

1212
.. automodule:: nipype.sphinxext.plot_workflow
13-
:members:
1413
:undoc-members:
15-
:show-inheritance:
14+
:noindex:

nipype/sphinxext/plot_workflow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
44
# vi: set ft=python sts=4 ts=4 sw=4 et:
55
"""
6-
7-
86
:mod:`nipype.sphinxext.plot_workflow` -- Workflow plotting extension
97
====================================================================
108
@@ -64,6 +62,7 @@
6462
6563
Configuration options
6664
---------------------
65+
6766
The workflow directive has the following configuration options:
6867
graph2use
6968
Select a graph type to use

0 commit comments

Comments
 (0)