Skip to content

Commit 0666d7d

Browse files
committed
use anonymous reference instead
1 parent 6f9037e commit 0666d7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fmriprep/interfaces/freesurfer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ class PatchedConcatenateLTA(ConcatenateLTA):
195195
A temporarily patched version of ``fs.ConcatenateLTA`` to recover from
196196
`this bug <https://www.mail-archive.com/[email protected]/msg55520.html>`_
197197
in FreeSurfer, that was
198-
`fixed here <https://github.com/freesurfer/freesurfer/pull/180>`_.
198+
`fixed here <https://github.com/freesurfer/freesurfer/pull/180>`__.
199199
200200
The original FMRIPREP's issue is found
201-
`here <https://github.com/poldracklab/fmriprep/issues/768>`_.
201+
`here <https://github.com/poldracklab/fmriprep/issues/768>`__.
202202
"""
203203

204204
def _list_outputs(self):

fmriprep/workflows/bold/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def init_ica_aroma_wf(template, metadata, mem_gb, omp_nthreads,
389389
There is a current discussion on whether other confounds should be extracted
390390
before or after denoising `here <http://nbviewer.jupyter.org/github/poldracklab/\
391391
fmriprep-notebooks/blob/922e436429b879271fa13e76767a6e73443e74d9/issue-817_\
392-
aroma_confounds.ipynb>`_.
392+
aroma_confounds.ipynb>`__.
393393
394394
.. workflow::
395395
:graph2use: orig

fmriprep/workflows/fieldmap/fmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:abbr:`SE (spiral echo)`), we only need to calculate the corresponding B-Spline
1414
coefficients to adapt the fieldmap to the TOPUP tool.
1515
This procedure is described with more detail `here <https://cni.stanford.edu/\
16-
wiki/GE_Processing#Fieldmaps>`_.
16+
wiki/GE_Processing#Fieldmaps>`__.
1717
1818
This corresponds to the section 8.9.3 --fieldmap image (and one magnitude image)--
1919
of the BIDS specification.

0 commit comments

Comments
 (0)