Skip to content

Commit 524ebed

Browse files
authored
Change "Hardware Guides" to "Data Acquisition Quick Start" (#264)
1 parent cf10c80 commit 524ebed

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

articles/getting-started/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ This software documentation is intended to be used hand-in-hand with the [Hardwa
1010
documentation](https://open-ephys.github.io/onix-docs/index.html) to learn about and start using
1111
ONIX hardware.
1212

13-
For those who are looking for user guides and example workflows for using a particular device or
14-
headstage in Bonsai, visit the <xref:hardware>.
13+
To find example workflows for acquiring data with ONIX hardware in Bonsai, visit the <xref:data-acq-quick-start>.

articles/getting-started/visualize-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ For example, the MatVisualizer allows configuration of:
8080
8181
## Next Steps
8282

83-
Find and run an example workflow for your particular hardware in the <xref:hardware>. After that,
83+
Find and run an example workflow for your particular hardware in the <xref:data-acq-quick-start>. After that,
8484
check out the <xref:tutorials>.

articles/hardware/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
uid: hardware
3-
title: Hardware Guides
2+
uid: data-acq-quick-start
3+
title: Data Acquisition Quick Start
44
---
55

66
Here you will find user guides and example workflows for the ONIX breakout board, headstages, and other compatible

articles/toc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
- href: getting-started/onix-acquisition.md
88
- href: getting-started/visualize-data.md
99

10-
- name: Hardware Guides
11-
href: hardware/index.md
10+
- href: hardware/index.md
1211
expanded: true
1312
items:
1413
- href: hardware/breakout/overview.md

articles/tutorials/ephys-processing-listening.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package.
3030
> the data element produced by the <xref:OpenEphys.Onix1.Rhd2164Data> operator. The process of
3131
> navigating the reference to find pertinent information is the same for other ephys headstages that
3232
> you might want to use to follow along in this tutorial. It also helps to be familiar with the
33-
> example workflow for your particular hardware available in the <xref:hardware>.
33+
> example workflow for your particular hardware available in the <xref:data-acq-quick-start>.
3434
3535
## Get Started in Bonsai
3636

articles/tutorials/ephys-socket.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Open Ephys GUI:
1919
> - This tutorial uses NeuropixelsV1e Headstage as an example, but the process is
2020
> similar for other ephys headstages. In fact, this tutorial can be used to send
2121
> data from any Bonsai operator that produces [matrices](xref:OpenCV.Net.Mat).
22-
> - This tutorial assumes you are familiar with the [hardware guide](xref:hardware)
23-
> of the ONIX headstage you intend to use.
22+
> - This tutorial assumes you are familiar with the <xref:data-acq-quick-start>
23+
> guide for the ONIX headstage you intend to use.
2424
> - A [video summary](#video-summary) of this tutorial is is available at the
2525
> bottom of this page.
2626
@@ -126,7 +126,7 @@ for "SpikeData" and "LfpServer" for "LfPData".
126126
> Although the Open Ephys GUI has recording functionality, data acquired using
127127
> the Bonsai.Onix1 package should be written to disk in Bonsai because it is
128128
> possible for data to be lost e.g. if the TCP Buffer overflows. You can learn
129-
> to do this by following the [Hardware Guides](xref:hardware) for your
129+
> to do this by following the <xref:data-acq-quick-start> guide for your
130130
> particular hardware. For example, if you are using the NeuropixelsV1e
131131
> Headstage like the example, you would follow the [NeuropixelsV1e Headstage Hardware
132132
> Guide](xref:np1e).

0 commit comments

Comments
 (0)