Skip to content

Commit 0f9933a

Browse files
authored
Merge pull request #49 from oesteban/docs/fix-minor-typos
DOC: Fix typo and link to BIDS Specification
2 parents 6120938 + 83fb0e7 commit 0f9933a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ docs_deploy: &docs
1414
fingerprints:
1515
- "46:48:1e:6d:00:0e:f2:f8:e5:aa:b9:aa:da:eb:59:4e"
1616
- run:
17-
name: Install and configure dependencies
17+
name: Install gh-pages tool
1818
command: |
1919
npm install -g --silent [email protected]
2020
git config user.email "[email protected]"
2121
git config user.name "Documentation Push"
2222
- checkout
23+
- run:
24+
name: Set git settings
25+
command: |
26+
git config user.email "[email protected]"
27+
git config user.name "Documentation Push"
2328
- attach_workspace:
2429
at: docs/_build
2530
- run:

sdcflows/workflows/__init__.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
66
.. _sdc_base :
77
8-
Automatic selection of the appropriate SDC method
9-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
Automatic selection of the appropriate susceptibility-distortion correction (SDC) method
9+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010
11-
If the dataset metadata indicate tha more than one field map acquisition is
12-
``IntendedFor`` (see BIDS Specification section 8.9) the following priority will
13-
be used:
11+
If the dataset metadata indicate that more than one field map acquisition is
12+
``IntendedFor`` (see the `BIDS Specification
13+
<https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/01-magnetic-resonance-imaging-data.html#fieldmap-data>`__),
14+
the following priority will be used:
1415
1516
1. :ref:`sdc_pepolar` (or **blip-up/blip-down**)
1617

0 commit comments

Comments
 (0)