Skip to content

Commit 8af802a

Browse files
committed
[DOC] Updates API ref
1 parent e2cd50f commit 8af802a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/api.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ Functions to download atlases and templates
151151
fetch_conte69
152152
fetch_fsaverage
153153
fetch_pauli2018
154+
fetch_schaefer2018
155+
fetch_hcp_standards
154156

155157
Functions to download real-world datasets
156158

@@ -160,6 +162,7 @@ Functions to download real-world datasets
160162

161163
fetch_connectome
162164
fetch_mirchi2018
165+
fetch_vazquez_rodriguez2019
163166

164167
Functions to generate (pseudo-random) datasets
165168

@@ -169,6 +172,28 @@ Functions to generate (pseudo-random) datasets
169172

170173
make_correlated_xy
171174

175+
.. _ref_freesurfer:
176+
177+
:mod:`netneurotools.freesurfer` - FreeSurfer compatibility functions
178+
--------------------------------------------------------------------
179+
180+
.. automodule:: netneurotools.freesurfer
181+
:no-members:
182+
:no-inherited-members:
183+
184+
.. currentmodule:: netneurotools.freesurfer
185+
186+
.. autosummary::
187+
:template: function.rst
188+
:toctree: generated/
189+
190+
apply_prob_atlas
191+
find_parcel_centroids
192+
parcels_to_vertices
193+
vertices_to_parcels
194+
spin_data
195+
spin_parcels
196+
172197
.. _ref_utils:
173198

174199
:mod:`netneurotools.utils` - Miscellaneous, grab bag utilities

0 commit comments

Comments
 (0)