File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
CPAC/longitudinal_pipeline Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (C) 2020-2024 C-PAC Developers
2+
3+ # This file is part of C-PAC.
4+
5+ # C-PAC is free software: you can redistribute it and/or modify it under
6+ # the terms of the GNU Lesser General Public License as published by the
7+ # Free Software Foundation, either version 3 of the License, or (at your
8+ # option) any later version.
9+
10+ # C-PAC is distributed in the hope that it will be useful, but WITHOUT
11+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13+ # License for more details.
14+
15+ # You should have received a copy of the GNU Lesser General Public
16+ # License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17+ """Longitudinal preprocessing."""
18+
19+ from CPAC .utils .docs import DOCS_URL_PREFIX
20+
21+ __doc__ += f"""
22+
23+ See { DOCS_URL_PREFIX } /user/longitudinal
24+ """ # noqa: A001
You can’t perform that action at this time.
0 commit comments