File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ Previous versions: `0.12.0 <http://nipype.readthedocs.io/en/0.12.0/>`_ `0.11.0
2424 :maxdepth: 2
2525
2626 users/index
27+
2728 .. toctree ::
2829 :maxdepth: 1
2930
3031 changes
32+
3133 * Developer
3234
3335 .. toctree ::
Original file line number Diff line number Diff line change 3939 mipav
4040 nipypecmd
4141 aws
42+ resource_sched_profiler
43+ sphinx_ext
4244
4345
4446
Original file line number Diff line number Diff line change 1+
2+ .. _sphinx_ext :
3+
4+ Sphinx extensions
5+ -----------------
6+
7+
8+ To help users document their *Nipype *-based code, the software is shipped
9+ with a set of extensions (currently only one) to customize the appearance
10+ and simplify the generation process.
11+
12+ .. automodule :: nipype.sphinxext.plot_workflow
13+ :members:
14+ :undoc-members:
15+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments