From 6a33c449055dfacd47983f2fb2360f01f1ae3fa7 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 21 Jun 2024 10:14:37 +0900 Subject: [PATCH 1/2] fix(doc): Update bids-matlab intersphinx target --- specification/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/_config.yml b/specification/_config.yml index cfa51cf..3bd8102 100644 --- a/specification/_config.yml +++ b/specification/_config.yml @@ -69,7 +69,7 @@ sphinx: intersphinx_mapping: python: ['https://docs.python.org/3', null] pybids: ['https://bids-standard.github.io/pybids', null] - bids-matlab: ['https://bids-matlab.readthedocs.io/en/latest', null] + bids-matlab: ['https://bids-matlab.readthedocs.io/en/main', null] html_extra_path: - schema suppress_warnings: From 1703894c52b50273f1f9cc48831e7ad39a47f04d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 21 Jun 2024 10:25:50 +0900 Subject: [PATCH 2/2] fix(doc): Link is .md --- specification/walkthrough-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/walkthrough-intro.md b/specification/walkthrough-intro.md index 8919ed6..8014615 100644 --- a/specification/walkthrough-intro.md +++ b/specification/walkthrough-intro.md @@ -8,7 +8,7 @@ This guide is aimed at those new to *BIDS Stats Models* but familiar with neuroimaging analysis experience. If you want more detail on any topics covered here, -head over to the **[specification](reference.rst)** for reference. +head over to the **[specification](reference.md)** for reference. ```{tableofcontents} ```