We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbaf0a commit 3127289Copy full SHA for 3127289
nipype/interfaces/afni/__init__.py
@@ -1,10 +1,9 @@
1
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
2
# vi: set ft=python sts=4 ts=4 sw=4 et:
3
"""The afni module provides classes for interfacing with the `AFNI
4
-<http://www.fmrib.ox.ac.uk/afni/index.html>`_ command line tools. This
5
-was written to work with AFNI version 4.1.4.
+<http://afni.nimh.nih.gov/afni>`_ command line tools.
6
7
-Top-level namespace for afni. Perhaps should just make afni a package!
+Top-level namespace for afni.
8
"""
9
10
from .base import Info
0 commit comments