Skip to content

Commit 5ed4683

Browse files
committed
add documentation
1 parent 35c2e5d commit 5ed4683

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

doc/documentation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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::

doc/users/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
mipav
4040
nipypecmd
4141
aws
42+
resource_sched_profiler
43+
sphinx_ext
4244

4345

4446

doc/users/sphinx_ext.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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:

0 commit comments

Comments
 (0)