Skip to content

Commit

Permalink
DOC: data load module
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
mgxd and effigies authored Jul 31, 2024
1 parent 7f4e0df commit 1acab58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions smriprep/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
"""sMRIPRep data files
.. autofunction:: load
.. automethod:: load.readable
.. automethod:: load.as_path
.. automethod:: load.cached
"""

from acres import Loader

load = Loader(__package__)

0 comments on commit 1acab58

Please sign in to comment.