File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33NiPreps Book is a [ Jupyter Book] ( https://jupyterbook.org ) that accompanies the NiPreps
44community workshops. The material walks readers through implementing a
55head-motion–correction workflow for diffusion MRI (dMRI) data using tools from
6- [ DIPY] ( https://dipy.org ) , [ NiTransforms] ( https://nipy.org/nitransforms ) , and the
6+ [ DIPY] ( https://dipy.org ) , [ NiTransforms] ( https://nitransforms.readthedocs.io/en/latest/ ) , and the
77broader NiPreps ecosystem. Besides explaining the motivation behind the
88"analysis-grade" data philosophy, the book provides hands-on notebooks that show
99how to assemble reproducible preprocessing components.
@@ -21,15 +21,16 @@ Binder sessions can take a few minutes to start and reset after inactivity.
2121
2222### Build the book locally
2323
24- This repository is configured with [ pixi] ( https://prefix.dev/pixi ) for
24+ This repository is configured with [ pixi] ( https://pixi.sh/latest/ ) for
2525reproducible environments:
2626
27- 1 . [ Install pixi] ( https://prefix.dev/docs/pixi/ installation ) .
27+ 1 . [ Install pixi] ( https://pixi.sh/latest/ installation/ ) .
28282 . Create the environment and install the dependencies:
2929
3030 ``` bash
3131 pixi install
3232 ```
33+
33343 . Build the static HTML version of the book:
3435
3536 ``` bash
You can’t perform that action at this time.
0 commit comments