Skip to content

Commit

Permalink
DOC: Update references to new nipreps GH organization
Browse files Browse the repository at this point in the history
```
sed -i 's+poldracklab/smriprep+nipreps/smriprep+g'
```

and update ``docs/conf.py`` with new url for the python doctree reference.
  • Loading branch information
oesteban committed Jun 18, 2020
1 parent 92eefb1 commit 17b578f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Bug-fix release in the 1.5.x series.
This release fixes a bug specifically for T1w images with dimensions ≤256 voxels
but a field-of-view >256mm.

* FIX: Calculate FoV with shape and zooms (poldracklab/smriprep#161)
* FIX: Calculate FoV with shape and zooms (nipreps/smriprep#161)

1.5.6 (January 22, 2020)
------------------------
Expand Down Expand Up @@ -622,7 +622,7 @@ Hotfix release intended for Singularity users. For further detail, please see
1.3.0 (February 7, 2019)
------------------------
We start the 1.3.x series including a few bugfixes, housekeeping duty and a refactors
to leverage `sMRIPrep <https://github.com/poldracklab/smriprep>`__ (which is a fork of
to leverage `sMRIPrep <https://github.com/nipreps/smriprep>`__ (which is a fork of
fMRIPrep's anatomical workflow), pybids>=0.7 for querying dataset, and
`TemplateFlow <https://github.com/templateflow>`__ for handling standard spaces.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"nipype": ("https://nipype.readthedocs.io/en/latest/", None),
"niworkflows": ("https://www.nipreps.org/niworkflows/", None),
"sdcflows": ("https://www.nipreps.org/sdcflows/", None),
"smriprep": ("https://poldracklab.github.io/smriprep/", None),
"smriprep": ("https://www.nipreps.org/smriprep/", None),
"templateflow": ("https://www.templateflow.org/python-client", None),
}

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ What if I find some images have undergone some pre-processing already (e.g., my
These images imply an unknown level of preprocessing (e.g. was it already bias-field corrected?),
which makes it difficult to decide on best-practices for further processing.
Hence, supporting such images was considered very low priority for *fMRIPrep*.
For example, see `#707 <https://github.com/poldracklab/smriprep/issues/12>`_ and an illustration of
For example, see `#707 <https://github.com/nipreps/smriprep/issues/12>`_ and an illustration of
downstream consequences in `#939 <https://github.com/poldracklab/fmriprep/issues/939>`_.

So for OpenFMRI, we've been excluding these subjects, and for user-supplied data, we would recommend
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
pyyaml
requests
sdcflows ~= 1.3.1
smriprep @ git+https://github.com/poldracklab/smriprep.git@master
smriprep @ git+https://github.com/nipreps/smriprep.git@master
tedana >= 0.0.9a1, < 0.0.10
templateflow ~= 0.6
toml
Expand Down

0 comments on commit 17b578f

Please sign in to comment.