From 264aae7bd0b506a76fc148f36eb7ded6516462a0 Mon Sep 17 00:00:00 2001 From: Brandon Parks Date: Thu, 2 Apr 2026 10:13:58 -0400 Subject: [PATCH 1/2] Update ONIX plugin documentation for gateware version The ONIX docs have been updated to adhere to the terminology of the ONI spec, which led to a broken link here. While fixing the link, I've also updated the terminology from firmware to gateware to be in line with the specification. --- source/User-Manual/Plugins/Onix-Source.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/User-Manual/Plugins/Onix-Source.rst b/source/User-Manual/Plugins/Onix-Source.rst index 838b6ed..a792693 100644 --- a/source/User-Manual/Plugins/Onix-Source.rst +++ b/source/User-Manual/Plugins/Onix-Source.rst @@ -68,11 +68,11 @@ Plugin Configuration please consider adding them to the `GitHub repo `__. .. note:: - The ONIX Source plugin requires the ONIX PCIe Host Firmware to be version 2.0 or higher. If you have an - older version of the firmware, you will need to upgrade it to use this plugin. Please follow the - `Updating Firmware in Windows - `__ - portion of the hardware documentation to update your PCIe controller firmware. + The ONIX Source plugin requires the ONIX PCIe Host Gateware to be version 2.0 or higher. If you have an + older version of the gateware, you will need to upgrade it to use this plugin. Please follow the + `Updating Gateware in Windows + `__ + portion of the hardware documentation to update your PCIe controller gateware. The ONIX Source plugin allows you to stream data from the ONIX acquisition system. This plugin assumes that you have an ONIX Breakout Board connected and powered on before adding the plugin to From fd4819690aa853872dbaa867a8cf0776c86a71f2 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Thu, 2 Apr 2026 10:27:44 -0400 Subject: [PATCH 2/2] Add links to ignore, and redirects --- source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 5891fc5..9f917be 100644 --- a/source/conf.py +++ b/source/conf.py @@ -238,11 +238,13 @@ 'https://labstreaminglayer.org/#/', 'https://discord.gg/jmnneS85CY', 'https://store-usa.arduino.cc/*', - 'https://openbci.com/*' + 'https://openbci.com/*', + 'https://elifesciences.org/*' ] linkcheck_allowed_redirects = { - r"https://iopscience.iop.org/article/.*": r"https://validate.perfdrive.com/.*" + r"https://iopscience.iop.org/article/.*": r"https://validate.perfdrive.com/.*", + "https://help.kontex.io/portal/en/home": "https://erp.kontex.io/helpcenter" } extensions.append("sphinx_tabs.tabs")