Skip to content

Commit d67f0ea

Browse files
committed
DOC: toctree for DICOM docs.
1 parent b708d89 commit d67f0ea

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

nibabel/dicom/__init__.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# init file for dicom readers
1+
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
2+
# vi: set ft=python sts=4 ts=4 sw=4 et:
3+
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
4+
#
5+
# See COPYING file distributed along with the NiBabel package for the
6+
# copyright and license terms.
7+
#
8+
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9+
"""DICOM reader
10+
11+
.. currentmodule:: nibabel.dicom
12+
13+
.. autosummary::
14+
:toctree: ../generated
15+
16+
csareader
17+
dicomreaders
18+
dicomwrappers
19+
dwiparams
20+
structreader
21+
"""

0 commit comments

Comments
 (0)