Skip to content

Commit 3a881e1

Browse files
committed
fix: docs build without any sphinx errors or warnings
1 parent c47fb4d commit 3a881e1

13 files changed

+36
-172
lines changed

INSTALL

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
11
.. -*- rst -*- rest mode for emacs
22
.. _development-quickstart:
33

4-
========================
5-
Development quickstart
6-
========================
4+
For installation instructions see documentation:
75

8-
Source Code
9-
===========
6+
http://nipy.org/nipype/
107

11-
Nipype uses sourceforge_ for our code hosting. For immediate access
12-
to the source code, see `the nipype developer wiki
13-
<http://sourceforge.net/apps/trac/nipy/wiki>`_.
14-
15-
For information on coding style, writing documentation, writing tests
16-
or using nipy tools, please see the `NIPY developer resources`_ site.
17-
18-
.. _trunk_download:
19-
20-
Check out the current version
21-
=============================
22-
23-
To access the source code you need subversion_. You can check out the
24-
current trunk with the following command::
25-
26-
svn co https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk/ nipype
27-
28-
Then change into the source directory and install nipype::
29-
30-
cd nipype
31-
python setup.py install
32-
33-
.. include:: doc/links_names.txt
8+
or doc/users/install.rst

doc/devel/development_quickstart.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/users/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Slicer_
7676
3.6 or later
7777

7878
Nipy_
79-
0.1.2+20110404 or later (required for doc building)
79+
0.1.2+20110404 or later
8080

8181
Nitime_
82-
(optional; required for doc building)
82+
(optional)
8383

8484
Camino_
8585

@@ -170,5 +170,4 @@ where, $pathtomatlabdir is the path to your matlab installation and
170170
$platform is the directory referring to x86 or x64 installations
171171
(typically glnxa64 on 64-bit installations).
172172

173-
174173
.. include:: ../links_names.txt

doc/users/interface_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ which provides information on each of the options one can assign.
174174
realignment_parameters: Estimated translation and rotation parameters
175175

176176

177-
Our :ref:`interfaces` documentation provides html versions of our
177+
Our :ref:`interface-index` documentation provides html versions of our
178178
docstrings and includes links to the specific package
179179
documentation. For instance, the :class:`nipype.interfaces.fsl.Bet`
180180
docstring has a direct link to the online BET Documentation.

doc/users/model_specification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ or with amplitudes::
8181

8282
Together with this information, one needs to specify:
8383

84-
- whether the durations and event onsets are specified in terms of scan volumes or
85-
secs.
84+
- whether the durations and event onsets are specified in terms of scan volumes
85+
or secs.
8686

8787
- the high-pass filter cutoff,
8888

doc/users/parallel_processing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Once the clients have been started, any pipeline executed with::
6666

6767
will automatically start getting distributed to the
6868
clients. Alternatively, a config file may be used to define the
69-
plugin. See :ref:`config_file_` for details.
69+
plugin. See :ref:`config_file` for details.
7070

7171
To prevent prevent parallel execution type::
7272

@@ -89,7 +89,7 @@ sending a dictionary containing any of the following keys::
8989
qsub_args - any other command line args to be passed to qsub.
9090

9191
For example, the following snippet executes the workflow on myqueue with
92-
a custom template:
92+
a custom template::
9393
9494
workflow.run(plugin='SGE',
9595
plugin_args=dict(template='mytemplate.sh', qsub_args='-q myqueue')

doc/users/pipeline_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Requirements
4747
Analysis tutorials
4848

4949
- FSL_, FreeSurfer_, Camino_, ConnectomeViewer and MATLAB_ are available and
50-
callable from the command line
50+
callable from the command line
5151

5252
- SPM_ 5/8 is installed and callable in matlab
5353

examples/afni_dicomconvert.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

examples/bet_inputs_gui.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

examples/fsl_outputtype.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)