-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update template for monolithic operator pages #4
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
abe612d
Update template for monolithic operator pages
cjsha 5311abf
Resolve broken toc references in toc
cjsha a8a545b
Remove commented code from troubleshooting
cjsha 61d9c95
Do not show workflows in DeviceFactory webpages
cjsha 52ff6ec
Resolve broken workflow references
cjsha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
apiRules: | ||
- exclude: | ||
hasAttribute: | ||
uid: System.ObsoleteAttribute | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.DeviceNameConverter | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.SingleDeviceFactory | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.ManagedFrame | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.DeviceContext | ||
- exclude: | ||
uidRegex: ^.*DeviceFactory | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.ConfigureFmcLinkController | ||
- exclude: | ||
uidRegex: OpenEphys.Onix.ConfigureDS90UB9x | ||
uid: System.ObsoleteAttribute |
File renamed without changes
File renamed without changes
File renamed without changes
Submodule onix-bonsai-onix1
updated
from 5dc8fb to 7cb45a
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
{{>partials/class}} | ||
|
||
{{>partials/enum}} | ||
{{>partials/enum}} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>To view nodes that output a <strong>CV.Mat</strong> data type, use a <code>MatVisualizer</code>. To enable visualization of the node, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Dsp.Design.MatVisualizer</strong>. The <code>MatVisualizer</code> can be found in the <code>Bonsai.Dsp.Design</code> package.</p> | ||
<p>To view operators that output a <strong>CV.Mat</strong> data type, use a <code>MatVisualizer</code>. To enable visualization of the operator, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Dsp.Design.MatVisualizer</strong>. The <code>MatVisualizer</code> can be found in the <code>Bonsai.Dsp.Design</code> package.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>The output of these nodes can be inspected using the <code>ObjectTextVisualizer</code>. To enable visualization of the node, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Design.ObjectTextVisualizer</strong>.</p> | ||
<p>The output of these operators can be inspected using the <code>ObjectTextVisualizer</code>. To enable visualization of the operator, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Design.ObjectTextVisualizer</strong>.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>Nodes with a single data stream can be plotted using a <code>TimeSeriesVisualizer</code>. To enable visualization of the node, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Design.Visualizers.TimeSeriesVisualizer</strong>. The <code>TimeSeriesVisualizer</code> can be found in the <code>Bonsai.Design.Visualizers</code> package.</p> | ||
<p>operators with a single data stream can be plotted using a <code>TimeSeriesVisualizer</code>. To enable visualization of the operator, double-click it while the workflow is running, or right-click on it while the workflow is not running and choose <strong>Show Visualizer => Bonsai.Design.Visualizers.TimeSeriesVisualizer</strong>. The <code>TimeSeriesVisualizer</code> can be found in the <code>Bonsai.Design.Visualizers</code> package.</p> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are good, we should probably take this wording and apply it to the User Guide pages too