From d793145b429190864666814d154efb5758d8d963 Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:19:04 -0400 Subject: [PATCH 1/4] added banner --- specification/_config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specification/_config.yml b/specification/_config.yml index cfa51cf..4b1d981 100644 --- a/specification/_config.yml +++ b/specification/_config.yml @@ -41,6 +41,15 @@ html: use_issues_button: true use_repository_button: true home_page_in_navbar: false + announcement: | +
+ +

THIS SITE IS BEING MERGED

+

+ The BIDS group is currently finalizing a NEW main website that will merge our existing websites into one central, easy to navigate resource. The New BIDS Website (https://bids-website.readthedocs.io) is still being finalized, but we encourage feedback via the giscus form on the bottom of the main page. +

+ Please feel free to submit suggestions or comments as we improve and consolidate our existing BIDS resources. +
latex: latex_engine: xelatex From 39ab23a89448a98dc25a9e1c4d4d9e56165fa0bd Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:35:27 -0400 Subject: [PATCH 2/4] updated extension --- 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} ``` From 5d610a57a959e75e042143b55e60e42d2861bfb8 Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:43:24 -0400 Subject: [PATCH 3/4] update matlab link --- specification/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/_config.yml b/specification/_config.yml index 4b1d981..eb0c362 100644 --- a/specification/_config.yml +++ b/specification/_config.yml @@ -78,7 +78,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 1b15e80b8fe83f979fbdf26135255aa298c2f17b Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:07:19 -0400 Subject: [PATCH 4/4] Update specification/_config.yml remove banner --- specification/_config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/specification/_config.yml b/specification/_config.yml index eb0c362..3bd8102 100644 --- a/specification/_config.yml +++ b/specification/_config.yml @@ -41,15 +41,6 @@ html: use_issues_button: true use_repository_button: true home_page_in_navbar: false - announcement: | -
- -

THIS SITE IS BEING MERGED

-

- The BIDS group is currently finalizing a NEW main website that will merge our existing websites into one central, easy to navigate resource. The New BIDS Website (https://bids-website.readthedocs.io) is still being finalized, but we encourage feedback via the giscus form on the bottom of the main page. -

- Please feel free to submit suggestions or comments as we improve and consolidate our existing BIDS resources. -
latex: latex_engine: xelatex