From ec47e0995713a49c7bba89027e3caa2e914d96b0 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 2 Sep 2025 18:03:32 +0200 Subject: [PATCH 01/18] Add link-checker config and fix docs links --- .github/workflows/linkcheck.yml | 12 ++++++++++-- .markdown-link-check.json | 12 ++++++++++++ docs/community/CONTRIBUTING.md | 2 +- docs/community/members.md | 8 ++++---- docs/devs/devenv.md | 2 +- docs/users/educational.md | 2 +- 6 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 .markdown-link-check.json diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 86417e5..19a3065 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -28,8 +28,16 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.12 + - name: Install MkDocs + run: pip install -r requirements.txt - - uses: tcort/github-action-markdown-link-check@v1 + - name: Build site + run: mkdocs build + + - name: Check links + uses: tcort/github-action-markdown-link-check@v1 with: use-quiet-mode: yes - # use-verbose-mode: no + config-file: .markdown-link-check.json + folder-path: site + file-extension: .html diff --git a/.markdown-link-check.json b/.markdown-link-check.json new file mode 100644 index 0000000..1960566 --- /dev/null +++ b/.markdown-link-check.json @@ -0,0 +1,12 @@ +{ + "ignorePatterns": [ + {"pattern": "^http://127\\.0\\.0\\.1:8445"}, + {"pattern": "^http://192\\.168\\.99\\.100:8445"}, + {"pattern": "biorxiv\\.org"}, + {"pattern": "doi\\.org"}, + {"pattern": "toptal\\.com"}, + {"pattern": "^/"}, + {"pattern": "^\\.\\./\\.\\./assets/"}, + {"pattern": "^\\.\\./\\.\\./"} + ] +} diff --git a/docs/community/CONTRIBUTING.md b/docs/community/CONTRIBUTING.md index 6157c26..6695130 100644 --- a/docs/community/CONTRIBUTING.md +++ b/docs/community/CONTRIBUTING.md @@ -389,7 +389,7 @@ You're awesome. :wave::smiley: [link_stemmrolemodels]: https://github.com/KirstieJane/STEMMRoleModels [link_zenodo]: https://github.com/nipreps/fmriprep/blob/master/.zenodo.json [link_update_script]: https://github.com/nipreps/fmriprep/blob/master/.maint/update_authors.py -[link_devel]: https://fmriprep.readthedocs.io/en/latest/contributors.html +[link_devel]: https://fmriprep.org/en/stable/contributors.html [link_fmriprep]: http://fmriprep.org [link_bidsapps]: https://bids-apps.neuroimaging.io [link_mattermost]: https://mattermost.brainhack.org/brainhack/channels/fmriprep diff --git a/docs/community/members.md b/docs/community/members.md index 9c70b18..2f8ef5b 100644 --- a/docs/community/members.md +++ b/docs/community/members.md @@ -16,7 +16,7 @@ section. Developers are members of a wonderful team _driving the project_. Names and contacts of all developers are included in the -[`.maint/developers.json` file](https://github.com/nipreps/fmriprep/blob/master/.maint/developers.json) of each project. +[`.maint/developers.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/developers.json) of each project. Examples of steering activities that _drive the project_ are: actively participating in the follow-up meetings, leading documentation sprints, helping in the design of the tool and definition of the roadmap, providing resources (in the broad sense, including funding), code-review, etc. @@ -24,7 +24,7 @@ providing resources (in the broad sense, including funding), code-review, etc. ### Contributors Contributors enlisted in the -[`.maint/contributors.json` file](https://github.com/nipreps/fmriprep/blob/master/.maint/contributors.json) of each project +[`.maint/contributors.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/contributors.json) of each project actively help or have previously helped the project in a broad sense: writing code, writing documentation, benchmarking modules of the tool, proposing new features, helping improve the scientific rigor of implementations, giving out support on the different communication @@ -37,7 +37,7 @@ Before every release, unlisted contributors will be invited again to add their n Contributors who have contributed at some point to the project but were required or they wished to disconnect from the project's updates and to drop-out from publications and other dissemination activities, -are listed in the [`.maint/former.json` file](https://github.com/nipreps/fmriprep/blob/master/.maint/former.json). +are listed in the [`.maint/former.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/former.json). -[link_neurostars]: https://neurostars.org \ No newline at end of file +[link_neurostars]: https://neurostars.org diff --git a/docs/devs/devenv.md b/docs/devs/devenv.md index b8aeb37..25b743d 100644 --- a/docs/devs/devenv.md +++ b/docs/devs/devenv.md @@ -154,7 +154,7 @@ INFO - No authentication INFO - Not serving HTTPS ``` -Now you can switch to your favorite browser and go to: [127.0.0.1:8445](http://127.0.0.1:8445) (or [192.168.99.100:8445](http://192.168.99.100:8445) for Docker Toolbox). +Now you can switch to your favorite browser and go to: `http://127.0.0.1:8445` (or `http://192.168.99.100:8445` for Docker Toolbox). **3. Copy `fmriprep.egg-info` into your `fmriprep/` project directory** `fmriprep.egg-info` makes the package executable inside the docker container. diff --git a/docs/users/educational.md b/docs/users/educational.md index 760ab16..804b8d8 100644 --- a/docs/users/educational.md +++ b/docs/users/educational.md @@ -18,7 +18,7 @@ ## QC protocols and Standard Operating Procedures -- [SOPs-cookiecutter, a template repository for version-controlled SOPs](https//github.com/nipreps/sops-cookiecutter). The example template is rendered [here](/sops-cookiecutter/) +- [SOPs-cookiecutter, a template repository for version-controlled SOPs](https://github.com/nipreps/sops-cookiecutter). The example template is rendered [here](/sops-cookiecutter/) ## Presentation - [Educational Talk at OHBM 2023 - Quality Control in fMRI studies with MRIQC and fMRIPrep](../../assets/OHBM2023/QCTalkOHBM23CelineProvins.pdf) From bf64520c6cd8bc477bc2e614c877a9abbe3ef169 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:31:51 +0200 Subject: [PATCH 02/18] Apply suggestions from code review --- docs/community/members.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/community/members.md b/docs/community/members.md index 2f8ef5b..e01e6f7 100644 --- a/docs/community/members.md +++ b/docs/community/members.md @@ -16,7 +16,7 @@ section. Developers are members of a wonderful team _driving the project_. Names and contacts of all developers are included in the -[`.maint/developers.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/developers.json) of each project. +[`.maint/MAINTAINERS.md` file](https://github.com/nipreps/fmriprep/blob/master/.maint/MAINTAINERS.md) of each project. Examples of steering activities that _drive the project_ are: actively participating in the follow-up meetings, leading documentation sprints, helping in the design of the tool and definition of the roadmap, providing resources (in the broad sense, including funding), code-review, etc. @@ -24,7 +24,7 @@ providing resources (in the broad sense, including funding), code-review, etc. ### Contributors Contributors enlisted in the -[`.maint/contributors.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/contributors.json) of each project +[`.maint/CONTRIBUTORS.md` file](https://github.com/nipreps/fmriprep/blob/master/.maint/CONTRIBUTORS.md) of each project actively help or have previously helped the project in a broad sense: writing code, writing documentation, benchmarking modules of the tool, proposing new features, helping improve the scientific rigor of implementations, giving out support on the different communication @@ -37,7 +37,7 @@ Before every release, unlisted contributors will be invited again to add their n Contributors who have contributed at some point to the project but were required or they wished to disconnect from the project's updates and to drop-out from publications and other dissemination activities, -are listed in the [`.maint/former.json` file](https://github.com/nipreps/fmriprep/blob/main/.maint/former.json). +are listed in the [`.maint/FORMER.md` file](https://github.com/nipreps/fmriprep/blob/master/.maint/FORMER.md). [link_neurostars]: https://neurostars.org From e9f6d57831c612b98994d73edad0fbe63847bae0 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:36:42 +0200 Subject: [PATCH 03/18] fix: bids-validator link --- docs/apps/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/framework.md b/docs/apps/framework.md index 190f731..4ba14f2 100644 --- a/docs/apps/framework.md +++ b/docs/apps/framework.md @@ -5,7 +5,7 @@ brain datasets, including MRI. The common naming convention and folder structure allow researchers to easily reuse BIDS datasets, re-apply analysis protocols, and run standardized automatic data preprocessing pipelines (and particularly, BIDS Apps). The [BIDS starter-kit](https://github.com/bids-standard/bids-starter-kit) contains a wide collection of educational resources. -Validity of the structure can be assessed with the online [BIDS-Validator](https://bids-standard.github.io/bidsvalidator/). +Validity of the structure can be assessed with the online [BIDS-Validator](https://bids-standard.github.io/bids-validator/). The tree of a typical, valid (*BIDS-compliant*) dataset is shown below: ``` From 3a57c33a872831f7dee173765054018f6439bdf3 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:38:37 +0200 Subject: [PATCH 04/18] fix: link to MRIQC's documentation --- docs/apps/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/docker.md b/docs/apps/docker.md index 161886c..f9fff7d 100644 --- a/docs/apps/docker.md +++ b/docs/apps/docker.md @@ -292,7 +292,7 @@ Once the *Docker Engine* arguments are written, the remainder of the command line follows the interface defined by the specific *BIDS App* (for instance, [*fMRIPrep*](https://fmriprep.readthedocs.io/en/latest/usage.html) -or [*MRIQC*](https://mriqc.readthedocs.io/en/latest/running.html#command-line-interface)). +or [*MRIQC*](https://mriqc.readthedocs.io/en/latest/usage.html#a-bids-apps-command-line-interface)). The first section of a call consists of arguments specific to *Docker*, which configure the execution of the container: From 7a099a3f5b8d1b2fe22a7cd2bd767c4b185c6c41 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:40:03 +0200 Subject: [PATCH 05/18] fix: update link from old singularityware org into apptainer --- docs/apps/singularity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/singularity.md b/docs/apps/singularity.md index c962983..d6e1ad7 100644 --- a/docs/apps/singularity.md +++ b/docs/apps/singularity.md @@ -72,7 +72,7 @@ $ singularity run --cleanenv fmriprep.simg \ ## Handling environment variables -Singularity by default [exposes all environment variables from the host inside the container](https://github.com/singularityware/singularity/issues/445). +Singularity by default [exposes all environment variables from the host inside the container](https://github.com/apptainer/singularity/issues/445). Because of this, your host libraries (e.g., [NiPype](https://nipype.readthedocs.io) or a Python environment) could be accidentally used instead of the ones inside the container. To avoid such a situation, we strongly **recommend** using the `--cleanenv` argument in all scenarios. For example: From 075559f823bded878626e58831e17ad9d0d4e15d Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:45:57 +0200 Subject: [PATCH 06/18] fix: links in ORN workshop slides --- docs/assets/ORN-Workshop/presentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/ORN-Workshop/presentation.md b/docs/assets/ORN-Workshop/presentation.md index 08bf3dd..2933b4b 100644 --- a/docs/assets/ORN-Workshop/presentation.md +++ b/docs/assets/ORN-Workshop/presentation.md @@ -125,7 +125,7 @@ template: sidebar ## The garden of forking paths

-NARPS Paper +NARPS Paper

(Botvinik-Nezer et al., 2020) @@ -139,7 +139,7 @@ Around 50% of teams used fMRIPrep'ed inputs. ### fMRIPrep produces analysis-ready data from diverse data * minimal requirements ([BIDS-compliant](https://bids-standard.github.io/bids-validator/)); * *agnostic* to downstream steps of the workflow - * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/derivatives/05-derivatives/01-introduction.html); + * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/stable/derivatives/introduction.html); * robust against inhomogeneity of data across studies ??? @@ -227,7 +227,7 @@ to fmriprep.org, which is the documentation website. ## Key aspect: credit all direct contributors

-fMRIPrep authors +fMRIPrep authors

-- From 8f099e14a6a95a4c79ce012b3bb9716a0467d828 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:48:08 +0200 Subject: [PATCH 07/18] fix: link in community/features/index.html --- docs/community/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/features.md b/docs/community/features.md index 18ede58..51b7f55 100644 --- a/docs/community/features.md +++ b/docs/community/features.md @@ -75,7 +75,7 @@ as the *NiPreps* maintainers will consider them: > Especially when the CLI is affected, and yet another option is added, > that makes the tool more complex to use. > - > -- Alejandro ([source](https://github.com/nipreps/fmriprep/ issues/1963#issuecomment-582174814)). + > -- Alejandro ([source](https://github.com/nipreps/fmriprep/issues/1963#issuecomment-582174814)). * Does the new feature substantially **increase the internal complexity**? Maintainers and developers will attempt to consolidate tools and lower the internal From dc2b87333c869402416bf3725d6227824ae07bb4 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:52:56 +0200 Subject: [PATCH 08/18] fix: link in contributors guide --- docs/community/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/CONTRIBUTING.md b/docs/community/CONTRIBUTING.md index 6695130..5825e4c 100644 --- a/docs/community/CONTRIBUTING.md +++ b/docs/community/CONTRIBUTING.md @@ -389,7 +389,7 @@ You're awesome. :wave::smiley: [link_stemmrolemodels]: https://github.com/KirstieJane/STEMMRoleModels [link_zenodo]: https://github.com/nipreps/fmriprep/blob/master/.zenodo.json [link_update_script]: https://github.com/nipreps/fmriprep/blob/master/.maint/update_authors.py -[link_devel]: https://fmriprep.org/en/stable/contributors.html +[link_devel]: ../devs/devenv.md [link_fmriprep]: http://fmriprep.org [link_bidsapps]: https://bids-apps.neuroimaging.io [link_mattermost]: https://mattermost.brainhack.org/brainhack/channels/fmriprep From 8b1863d8909a57fbfa9cc7e50f8a56960cec60a1 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 06:56:38 +0200 Subject: [PATCH 09/18] fix: add old lab's link in license scerpt to ignore list --- .markdown-link-check.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 1960566..8b2cd4d 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -5,6 +5,7 @@ {"pattern": "biorxiv\\.org"}, {"pattern": "doi\\.org"}, {"pattern": "toptal\\.com"}, + {"pattern": "nbirn\\.net"}, {"pattern": "^/"}, {"pattern": "^\\.\\./\\.\\./assets/"}, {"pattern": "^\\.\\./\\.\\./"} From e3b31c9dcc5c13d7a6546dca0b8ecada84392b26 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 07:05:45 +0200 Subject: [PATCH 10/18] fix: update BIDS derivatives links --- docs/assets/bhd2020/presentation.md | 2 +- docs/assets/torw2020/presentation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bhd2020/presentation.md b/docs/assets/bhd2020/presentation.md index 963ff75..a9e492f 100644 --- a/docs/assets/bhd2020/presentation.md +++ b/docs/assets/bhd2020/presentation.md @@ -196,7 +196,7 @@ Around 50% of teams used *fMRIPrep*'ed inputs. ### fMRIPrep produces analysis-ready data from diverse data * minimal requirements ([BIDS-compliant](https://bids-standard.github.io/bids-validator/)); * *agnostic* to downstream steps of the workflow - * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/derivatives/05-derivatives/01-introduction.html); + * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/stable/derivatives/introduction.html); * robust against inhomogeneity of data across studies ??? diff --git a/docs/assets/torw2020/presentation.md b/docs/assets/torw2020/presentation.md index d4a3652..f8974e8 100644 --- a/docs/assets/torw2020/presentation.md +++ b/docs/assets/torw2020/presentation.md @@ -103,7 +103,7 @@ template: sidebar ### fMRIPrep produces analysis-ready data from acquired (fMRI) data * minimal requirements ([BIDS-compliant](https://bids-standard.github.io/bids-validator/)); * *agnostic* to downstream steps of the workflow - * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/derivatives/05-derivatives/01-introduction.html); + * produces [BIDS-Derivatives](https://bids-specification.readthedocs.io/en/stable/derivatives/introduction.html); ??? From e177822370bbf7a5a339e7a85a07794bc9ebfba1 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 07:57:53 +0200 Subject: [PATCH 11/18] fix: skip presentations' link checks --- .markdown-link-check.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 8b2cd4d..ca3a90b 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -7,7 +7,6 @@ {"pattern": "toptal\\.com"}, {"pattern": "nbirn\\.net"}, {"pattern": "^/"}, - {"pattern": "^\\.\\./\\.\\./assets/"}, - {"pattern": "^\\.\\./\\.\\./"} + {"pattern": "^site/assets/[A-Za-z0-9-]*/presentation"} ] } From 6e167f9e5f3c47175acfad900833bd1111331430 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 3 Sep 2025 08:51:33 +0200 Subject: [PATCH 12/18] fix: disable presentations from link-checking --- .markdown-link-check.json | 3 +-- docs/assets/ORN-Workshop/presentation.md | 2 ++ docs/assets/bhd2020/presentation.md | 2 ++ docs/assets/torw2020/presentation.md | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index ca3a90b..200c829 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -6,7 +6,6 @@ {"pattern": "doi\\.org"}, {"pattern": "toptal\\.com"}, {"pattern": "nbirn\\.net"}, - {"pattern": "^/"}, - {"pattern": "^site/assets/[A-Za-z0-9-]*/presentation"} + {"pattern": "^/"} ] } diff --git a/docs/assets/ORN-Workshop/presentation.md b/docs/assets/ORN-Workshop/presentation.md index 2933b4b..8e88141 100644 --- a/docs/assets/ORN-Workshop/presentation.md +++ b/docs/assets/ORN-Workshop/presentation.md @@ -1,3 +1,4 @@ + name: title layout: true class: center @@ -898,3 +899,4 @@ layout: false ## Questions? ] + \ No newline at end of file diff --git a/docs/assets/bhd2020/presentation.md b/docs/assets/bhd2020/presentation.md index a9e492f..0bc7a9a 100644 --- a/docs/assets/bhd2020/presentation.md +++ b/docs/assets/bhd2020/presentation.md @@ -1,3 +1,4 @@ + name: title layout: true class: center @@ -1044,3 +1045,4 @@ layout: false ## Questions? ] + diff --git a/docs/assets/torw2020/presentation.md b/docs/assets/torw2020/presentation.md index f8974e8..053c993 100644 --- a/docs/assets/torw2020/presentation.md +++ b/docs/assets/torw2020/presentation.md @@ -1,3 +1,4 @@ + name: title layout: true class: center @@ -1200,3 +1201,4 @@ layout: false ## Questions? ] + \ No newline at end of file From 06d0a8e962a9bad63b67c4bda80ea970267febda Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 13:43:58 +0200 Subject: [PATCH 13/18] fix: make relative links absolute in educational index --- docs/users/educational.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users/educational.md b/docs/users/educational.md index 804b8d8..e120037 100644 --- a/docs/users/educational.md +++ b/docs/users/educational.md @@ -13,8 +13,8 @@ ## Online books -- [QC-Book, member-initiated tutorial at ISMRM 2022](../../qc-book) -- [NiPreps Book, developing processing tools for dMRI, ISBI 2021](../../nipreps-book) +- [QC-Book, member-initiated tutorial at ISMRM 2022](https://www.nipreps.org/qc-book) +- [NiPreps Book, developing processing tools for dMRI, ISBI 2021](https://www.nipreps.org/nipreps-book/) ## QC protocols and Standard Operating Procedures From f383f55caa229e3329bf97d55a8869a48c22d8b9 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 13:48:40 +0200 Subject: [PATCH 14/18] fix: check whether ORN presentation can be fixed --- docs/assets/ORN-Workshop/index.html | 2 ++ docs/assets/ORN-Workshop/presentation.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/ORN-Workshop/index.html b/docs/assets/ORN-Workshop/index.html index a25cb50..8eac0b7 100644 --- a/docs/assets/ORN-Workshop/index.html +++ b/docs/assets/ORN-Workshop/index.html @@ -1,3 +1,4 @@ + @@ -265,3 +266,4 @@ + \ No newline at end of file diff --git a/docs/assets/ORN-Workshop/presentation.md b/docs/assets/ORN-Workshop/presentation.md index 8e88141..2933b4b 100644 --- a/docs/assets/ORN-Workshop/presentation.md +++ b/docs/assets/ORN-Workshop/presentation.md @@ -1,4 +1,3 @@ - name: title layout: true class: center @@ -899,4 +898,3 @@ layout: false ## Questions? ] - \ No newline at end of file From a3d118f66fe0a4598b1b91b07bf6fa54cd882ac4 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 14:00:17 +0200 Subject: [PATCH 15/18] fix: revise nipreps' QR code --- docs/assets/ORN-Workshop/presentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/ORN-Workshop/presentation.md b/docs/assets/ORN-Workshop/presentation.md index 2933b4b..5e96826 100644 --- a/docs/assets/ORN-Workshop/presentation.md +++ b/docs/assets/ORN-Workshop/presentation.md @@ -53,7 +53,7 @@ class: section-separator

- +


@@ -77,7 +77,7 @@ layout: true

- +


From 761cffe9716af425d388911f2cd7fd7327dd2c27 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 14:08:49 +0200 Subject: [PATCH 16/18] fix: nipreps qr code --- docs/assets/bhd2020/presentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bhd2020/presentation.md b/docs/assets/bhd2020/presentation.md index 0bc7a9a..1061219 100644 --- a/docs/assets/bhd2020/presentation.md +++ b/docs/assets/bhd2020/presentation.md @@ -54,7 +54,7 @@ class: section-separator

- +


@@ -78,7 +78,7 @@ layout: true

- +


From a12a578704e3d28067e65c20808ba308c1dcad08 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 14:11:13 +0200 Subject: [PATCH 17/18] fix: remove link checker protections --- docs/assets/ORN-Workshop/index.html | 2 -- docs/assets/bhd2020/presentation.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/assets/ORN-Workshop/index.html b/docs/assets/ORN-Workshop/index.html index 8eac0b7..a25cb50 100644 --- a/docs/assets/ORN-Workshop/index.html +++ b/docs/assets/ORN-Workshop/index.html @@ -1,4 +1,3 @@ - @@ -266,4 +265,3 @@ - \ No newline at end of file diff --git a/docs/assets/bhd2020/presentation.md b/docs/assets/bhd2020/presentation.md index 1061219..1bc70d6 100644 --- a/docs/assets/bhd2020/presentation.md +++ b/docs/assets/bhd2020/presentation.md @@ -1,4 +1,3 @@ - name: title layout: true class: center @@ -1045,4 +1044,3 @@ layout: false ## Questions? ] - From b076e29617e9b0cf55f26977b21fac9a0e8276c0 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 4 Sep 2025 14:17:43 +0200 Subject: [PATCH 18/18] fix: do not link raw text object --- docs/assets/ORN-Workshop/index.html | 2 +- docs/assets/bhd2020/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/ORN-Workshop/index.html b/docs/assets/ORN-Workshop/index.html index a25cb50..31d3960 100644 --- a/docs/assets/ORN-Workshop/index.html +++ b/docs/assets/ORN-Workshop/index.html @@ -259,7 +259,7 @@ highlightLines: true, countIncrementalSlides: false, highlightSpans: true, - sourceUrl: 'https://raw.githubusercontent.com/nipreps/nipreps.github.io/mkdocs/docs/assets/ORN-Workshop/presentation.md', + sourceUrl: 'presentation.md', ratio: '16:9' }); diff --git a/docs/assets/bhd2020/index.html b/docs/assets/bhd2020/index.html index 4e0093b..d2ddc89 100644 --- a/docs/assets/bhd2020/index.html +++ b/docs/assets/bhd2020/index.html @@ -259,7 +259,7 @@ highlightLines: true, countIncrementalSlides: false, highlightSpans: true, - sourceUrl: 'https://raw.githubusercontent.com/nipreps/nipreps.github.io/mkdocs/docs/assets/bhd2020/presentation.md', + sourceUrl: 'presentation.md', ratio: '16:9' });