Skip to content

Commit f15ac0a

Browse files
josephmjeoesteban
authored andcommitted
remove automodules
1 parent 62ab4b1 commit f15ac0a

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

dmriprep/workflows/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"""
44
dMRIPrep base processing workflows.
55
6-
.. autofunction:: init_dmriprep_wf
7-
.. autofunction:: init_single_subject_wf
8-
96
"""
107

118
import sys

dmriprep/workflows/dwi/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""
22
Pre-processing dMRI workflows
33
4-
.. automodule:: dmriprep.workflows.dwi.base
5-
.. automodule:: dmriprep.workflows.dwi.util
6-
74
"""
85

96
from .base import init_dwi_preproc_wf

dmriprep/workflows/dwi/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""
22
Orchestrating the dMRI-preprocessing workflow.
33
4-
.. autofunction:: init_dwi_preproc_wf
5-
64
"""
75

86
from nipype import logging

0 commit comments

Comments
 (0)