From 8add680d75818a42f7b72822f78e910b5bad61f1 Mon Sep 17 00:00:00 2001 From: MadeInShineA Date: Mon, 24 Nov 2025 10:05:32 +0100 Subject: [PATCH 1/2] Fixed the pixi installation link in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e25c976..fd57be1 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,13 @@ Binder sessions can take a few minutes to start and reset after inactivity. This repository is configured with [pixi](https://prefix.dev/pixi) for reproducible environments: -1. [Install pixi](https://prefix.dev/docs/pixi/installation). +1. [Install pixi](https://pixi.sh/latest/installation/). 2. Create the environment and install the dependencies: ```bash pixi install ``` + 3. Build the static HTML version of the book: ```bash From d85eb53dd31834d2eb1a743bd5ea89d56671a087 Mon Sep 17 00:00:00 2001 From: MadeInShineA Date: Mon, 24 Nov 2025 10:34:40 +0100 Subject: [PATCH 2/2] Updated NiTransforms and Pixi links inside README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd57be1..fa4fd36 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ NiPreps Book is a [Jupyter Book](https://jupyterbook.org) that accompanies the NiPreps community workshops. The material walks readers through implementing a head-motion–correction workflow for diffusion MRI (dMRI) data using tools from -[DIPY](https://dipy.org), [NiTransforms](https://nipy.org/nitransforms), and the +[DIPY](https://dipy.org), [NiTransforms](https://nitransforms.readthedocs.io/en/latest/), and the broader NiPreps ecosystem. Besides explaining the motivation behind the "analysis-grade" data philosophy, the book provides hands-on notebooks that show how to assemble reproducible preprocessing components. @@ -21,7 +21,7 @@ Binder sessions can take a few minutes to start and reset after inactivity. ### Build the book locally -This repository is configured with [pixi](https://prefix.dev/pixi) for +This repository is configured with [pixi](https://pixi.sh/latest/) for reproducible environments: 1. [Install pixi](https://pixi.sh/latest/installation/).