Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Fix typos doc #4343

Merged
merged 5 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -722,3 +722,7 @@ authors:
family-names: Nájera
website: https://github.com/Titan-C
affiliation: Checkmk
- given-names: Florent
family-names: Pollet
website: https://florian6973.github.io/
affiliation: ENS Paris-Saclay, Saclay, France
2 changes: 1 addition & 1 deletion doc/changes/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Fixes
- :bdg-dark:`Code` Fix cut position in nifti maps maskers to match displayed map maximum (:gh:`4304` by `Rémi Gau`_).
- :bdg-dark:`Code` Make sure that :class:`nilearn.maskers.NiftiSpheresMasker` reports displays properly when it contains only 1 sphere (:gh:`4269` by `Rémi Gau`_).
- :bdg-dark:`Code` Miscellaneous fixes in GLM reports (only display FIR delay if FIR is used, display color bar "Z score" legend...) (:gh:`4266` by `Rémi Gau`_).

- :bdg-primary:`Doc` Fix minor typos in documentation (glossary and connectivity/parcellating) (:gh:`4343` by `Florent Pollet`_).

Enhancements
------------
Expand Down
2 changes: 1 addition & 1 deletion doc/connectivity/parcellating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Applying clustering
The question of which clustering method to use is in itself subject
to debate. There are many clustering methods; their computational
cost will vary, as well as their results. A `well-cited empirical
comparison paper (:footcite:t:`Thirion2014`) suggests that:
comparison paper` (:footcite:t:`Thirion2014`) suggests that:

* For a large number of clusters, it is preferable to use Ward
agglomerative clustering with spatial constraints
Expand Down
2 changes: 1 addition & 1 deletion doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ If you wish to add a missing term, please
that have been matched to the MNI305 using a 9 parameter affine transform.

MVPA
Mutli-Voxel Pattern Analysis. This is the way :term:`supervised learning`
Multi-Voxel Pattern Analysis. This is the way :term:`supervised learning`
methods are called in the field of brain imaging.

Neurovault
Expand Down