Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken references
Browse files Browse the repository at this point in the history
cjsha committed Oct 29, 2024
1 parent b4dc71f commit 9dcd1ae
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions api/dataframes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
uid: dataframes
title: Data Frames
---

Dataframes are units of data produced by Onix1 <xref:dataio>.

Although <xref:OpenEphys.Onix1.ContextTask> is not technically a data
frame, it is contained in this class.
7 changes: 7 additions & 0 deletions api/enums.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
uid: enums
title: Enums
---

Enumerators (enums for short) assign names to numbers. They are used extensively throughout the OpenEphysOnix1 Bonsai package.

2 changes: 0 additions & 2 deletions template/toc.extension.js
Original file line number Diff line number Diff line change
@@ -46,8 +46,6 @@ exports.preTransform = function (model) {
},
{
'name': 'Other',
'href' : 'other.html',
'topicHref': 'other.html',
'topicUid': 'other',
'items':
[

0 comments on commit 9dcd1ae

Please sign in to comment.