From 7a4e7591aa60969066608675929b5dfe64dbb0b2 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 22 Nov 2024 19:06:27 +0100 Subject: [PATCH] [DOC] split atlases section by probabilistic and deterministic (#4779) --- doc/modules/datasets.rst | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/doc/modules/datasets.rst b/doc/modules/datasets.rst index 1b81788e39..b0c208dd16 100644 --- a/doc/modules/datasets.rst +++ b/doc/modules/datasets.rst @@ -49,8 +49,8 @@ Templates descriptions Atlases ------- -Functions -^^^^^^^^^ +Deterministic atlases +^^^^^^^^^^^^^^^^^^^^^ .. currentmodule:: nilearn.datasets @@ -59,17 +59,12 @@ Functions :template: function.rst fetch_atlas_aal - fetch_atlas_allen_2011 fetch_atlas_basc_multiscale_2015 - fetch_atlas_craddock_2012 fetch_atlas_destrieux_2009 - fetch_atlas_difumo fetch_atlas_harvard_oxford fetch_atlas_juelich - fetch_atlas_msdl fetch_atlas_pauli_2017 fetch_atlas_schaefer_2018 - fetch_atlas_smith_2009 fetch_atlas_surf_destrieux fetch_atlas_talairach fetch_atlas_yeo_2011 @@ -77,6 +72,24 @@ Functions fetch_coords_power_2011 fetch_coords_seitzman_2018 +Probabilistic atlases +^^^^^^^^^^^^^^^^^^^^^ + +.. currentmodule:: nilearn.datasets + +.. autosummary:: + :toctree: generated/ + :template: function.rst + + fetch_atlas_allen_2011 + fetch_atlas_craddock_2012 + fetch_atlas_difumo + fetch_atlas_harvard_oxford + fetch_atlas_juelich + fetch_atlas_msdl + fetch_atlas_pauli_2017 + fetch_atlas_smith_2009 + Atlases descriptions ^^^^^^^^^^^^^^^^^^^^