Link toolbox help with Scilab oneHow to make hyperlink in toolbox help pointing to Scilab's itemsDescriptionSince Scilab 5.3.1, the hyperlinks in a toolbox help can be used to point on any help pages or to execute demos in the console.
Now you can link a demo Uicontrol demo or execute a script about.sce
DetailsTo link from two external modules, the syntax is: <link type="scilab" linkend="module_name.help/fun_in_module_name">fun_in_module_name</link> Usually, the name of the function is the id of the page.To link from a external module to a Scilab function, the syntax is: <link type="scilab" linkend="scilab.help/bvode">bvode</link> Usually, the name of the function is the id of the page.To enable the execution of a script, the syntax is: <link type="scilab" linkend="mytoolbox.exec/macros/fooexec.sce">macros/fooexec.sce</link> To enable the execution of a demo, the syntax is: <link type="scilab" linkend="mytoolbox.demos/mydemo.dem">My demo</link> ExamplesFoocalculates fooFirstly a link on bvode in the Scilab DocSecondly a link on My demoThirdly a link on macros/fooexec.sceFourthly a link on invalid link
plot3d() // should link on plot3d
]]>