Skip to content

Commit

Permalink
ENH: Add appropriate titles to HTML reports (#3302)
Browse files Browse the repository at this point in the history
Noticed that nireports injects its own title, because we aren't adding ours.
  • Loading branch information
effigies committed Jun 6, 2024
1 parent 6c4cb04 commit 1ddacc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/data/reports-spec-anat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package: fmriprep
title: Anatomical report for participant '{subject}' - fMRIPrep
sections:
- name: Summary
reportlets:
Expand Down
1 change: 1 addition & 0 deletions fmriprep/data/reports-spec-func.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package: fmriprep
title: Functional report for participant '{subject}', session '{session}' - fMRIPrep
sections:
- name: <em>B<sub>0</sub></em> field mapping
ordering: session,acquisition,run,fmapid
Expand Down
1 change: 1 addition & 0 deletions fmriprep/data/reports-spec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package: fmriprep
title: Visual report for participant '{subject}' - fMRIPrep
sections:
- name: Summary
reportlets:
Expand Down

0 comments on commit 1ddacc5

Please sign in to comment.