You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding reference-style links to the tutorials, I noticed that the Bonsai.Editor.Scripting operators (for instance, CSharpTransform) are missing from the Reference section. Not sure if this is by design, or if it's even necessary to add them to the Reference, but just thought I would make a note of it.
The text was updated successfully, but these errors were encountered:
@banchan86 this is by design in the sense that these are not real operators, but rather placeholders from which c# scripted operators are generated.
These nodes are internal to the editor and can never actually be saved to a workflow or operated in any way other than double clicking them to initialise the script.
I can see how they might be useful to document though. In this case it might be better to simply write an explicit article for them which explains the rules for script generation (or enhance the extending Bonsai article).
Ah I see! I actually think there is already quite good documentation in the form of the scripting expressions article and scripting tutorial (but I will look into expanding it with what you said).
I was more thinking about what the View Help button in the context menu for those buttons would bring up and how to xref them in documentation. I was wondering if simply assigning a uid to the current scripting expressions article would work, but I realized we would need different markdown snippets and different uids for the different operators.
While adding reference-style links to the tutorials, I noticed that the Bonsai.Editor.Scripting operators (for instance,
CSharpTransform
) are missing from theReference
section. Not sure if this is by design, or if it's even necessary to add them to theReference
, but just thought I would make a note of it.The text was updated successfully, but these errors were encountered: