Skip to content

Commit 113709d

Browse files
committed
DOC: Use intersphinx to avoid line length complaint
1 parent 78a89b1 commit 113709d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
"sdcflows": ("https://www.nipreps.org/sdcflows/", None),
344344
"smriprep": ("https://www.nipreps.org/smriprep/", None),
345345
"templateflow": ("https://www.templateflow.org/python-client", None),
346+
"tedana": ("https://tedana.readthedocs.io/en/latest/", None),
346347
}
347348

348349
suppress_warnings = ["image.nonlocal_uri"]

fmriprep/workflows/bold/t2s.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ def init_bold_t2s_wf(
5050
r"""
5151
Combine multiple echos of :abbr:`ME-EPI (multi-echo echo-planar imaging)`.
5252
53-
This workflow wraps the `tedana`_ `T2* workflow`_ to optimally
54-
combine multiple preprocessed echos and derive a T2\ :sup:`★` map.
53+
This workflow wraps the `tedana`_ :func:`T2* workflow <tedana.workflows.t2smap_workflow>`
54+
to optimally combine multiple preprocessed echos and derive a T2\ :sup:`★` map.
5555
The following steps are performed:
5656
#. Compute the T2\ :sup:`★` map
5757
#. Create an optimally combined ME-EPI time series
5858
5959
.. _tedana: https://github.com/me-ica/tedana
60-
.. _`T2* workflow`: https://tedana.readthedocs.io/en/latest/generated/tedana.workflows.t2smap_workflow.html#tedana.workflows.t2smap_workflow # noqa
6160
6261
Parameters
6362
----------

0 commit comments

Comments
 (0)