Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Tutorials/Closed-Loop-Latency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Required hardware
* 2 `Open Ephys I/O Boards <https://open-ephys.org/acquisition-system/io-board-pcb>`__ with HDMI cables
* 2 Arduinos with 5V operating voltage (e.g. `Arduino Uno <https://store-usa.arduino.cc/products/arduino-uno-rev3/?selectedStore=us>`__). along with the appropriate USB cables
* 2 BNC cables
* 2 BNC Female-to-Binding Post Adapters (e.g., `Thorlabs T1452 <https://www.thorlabs.com/thorproduct.cfm?partnumber=T1452>`__)
* 2 BNC Female-to-Binding Post Adapters (e.g., `Thorlabs T1452 <https://www.thorlabs.com/item/T1452>`__)
* 4 hookup wires (minimum 5" long) with bare ends

.. note:: It's possible to carry out the steps below with an alternative set of hardware components. Cases where substitutes can be used will be explained throughout the tutorial. If you'd like to test closed-loop latency with a different set of components, we recommend reading through the tutorial first.
Expand Down
2 changes: 1 addition & 1 deletion source/Tutorials/Data-Synchronization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ In the first case, the Neuropixels basestation can be configured to output its o

#. Connect the other end of the SMA cable to a digital input channel of the NIDAQ device.

.. note:: You will need an SMA-to-BNC adapter cable to connect the digital terminals, such as `this one <https://www.thorlabs.com/thorproduct.cfm?partnumber=CA2806>`__ from Thorlabs.
.. note:: You will need an SMA-to-BNC adapter cable to connect the digital terminals, such as `this one <https://www.thorlabs.com/item/CA2806>`__ from Thorlabs.

.. image:: ../_static/images/tutorials/synchronization/config_1.png
:align: center
Expand Down
2 changes: 1 addition & 1 deletion source/User-Manual/Compatible-hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ IMEC Neuropixels PXI basestations

Neuropixels have become a new standard for electrophysiology, given their ability to record from hundreds to thousands of neurons across many brain regions in parallel. All probe types (including 1.0, 2.0, Ultra, Opto, and NHP) are compatible with the Open Ephys GUI. The Neuropixels PXI acquisition system consists of one or more basestations mounted in a chassis (usually from NI). Each basestation can acquire data from four Neuropixels headstages, and multiple basestations can be used inside the same chassis.

General questions about Neuropixels can be directed to the Neuropixels Group Slack (sign up `here <https://neuropixelsgroup.slack.com/join/shared_invite/zt-2zbcrd3dw-nr_Z6iYA8nSEERpLRqAwTA#/shared-invite/email>`__).
General questions about Neuropixels can be directed to the Neuropixels Discord (sign up `here <https://discord.gg/jmnneS85CY>`__).

The following hardware is recommended for experiments with Neuropixels PXI basestations:

Expand Down
2 changes: 1 addition & 1 deletion source/User-Manual/Plugins/MATLAB-Interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installing and upgrading

The Plugin Installer also allows you to upgrade to the latest version of this plugin, if it's already installed.

The Matlab Interface is not yet released for version 1.0 of the Open Ephys GUI. An announcement will be made via Discord/Slack when it's available for download via Plugin Installer.
The Matlab Interface is not yet released for version 1.0 of the Open Ephys GUI. An announcement will be made via the Open Ephys Discord when it's available for download via Plugin Installer.

Plugin configuration
########################
Expand Down
6 changes: 2 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,9 @@
r'https://github.com/.*#L.*',
'https://www.sciencedirect.com/*',
'https://labstreaminglayer.org/#/',
'https://neuropixelsgroup.slack.com/*#*',
'https://discord.gg/jmnneS85CY',
'https://store-usa.arduino.cc/*',
'https://openbci.com/*',
'https://elifesciences.org/articles/*', # Returns a 406 error on GitHub actions
'https://pubmed.ncbi.nlm.nih.gov/*' # Returns a 403 error on Github Actions
'https://openbci.com/*'
]

linkcheck_allowed_redirects = {
Expand Down