Skip to content

Commit 1acab58

Browse files
mgxdeffigies
andauthored
DOC: data load module
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 7f4e0df commit 1acab58

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

smriprep/data/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
"""sMRIPRep data files
2+
3+
.. autofunction:: load
4+
5+
.. automethod:: load.readable
6+
7+
.. automethod:: load.as_path
8+
9+
.. automethod:: load.cached
10+
"""
11+
112
from acres import Loader
213

314
load = Loader(__package__)

0 commit comments

Comments
 (0)