Skip to content

Commit f78290b

Browse files
committed
Finish final warning about backticks
local sphinx was not specific and was just saying about bids file, not that particular function, uff
1 parent 994180e commit f78290b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

heudiconv/bids.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ def populate_bids_templates(path, defaults={}):
159159

160160

161161
def populate_aggregated_jsons(path):
162-
"""Aggregate across the entire BIDS dataset .json's into top level .json's
162+
"""Aggregate across the entire BIDS dataset ``.json``\s into top level ``.json``\s
163163
164164
Top level .json files would contain only the fields which are
165-
common to all subject[/session]/type/*_modality.json's.
165+
common to all ``subject[/session]/type/*_modality.json``\s.
166166
167-
ATM aggregating only for *_task*_bold.json files. Only the task- and
167+
ATM aggregating only for ``*_task*_bold.json`` files. Only the task- and
168168
OPTIONAL _acq- field is retained within the aggregated filename. The other
169169
BIDS _key-value pairs are "aggregated over".
170170

0 commit comments

Comments
 (0)