Link toolbox help with Scilab one ================================= How to make hyperlink in toolbox help pointing to Scilab's items Description ~~~~~~~~~~~ Since 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`_ Details ~~~~~~~ + To link from two external modules, the syntax is: fun_in_mod ule_name 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: bvode Usually, the name of the function is the id of the page. + To enable the execution of a script, the syntax is: macros/fooexec.sce + To enable the execution of a demo, the syntax is: My demo Examples ~~~~~~~~ :: Foo calculates foo Firstly a link on bvode in the Scilab Doc Secondly a link on My demo Thirdly a link on macros/fooexec.sce Fourthly a link on invalid link plot3d() // should link on plot3d .. _Uicontrol demo: nullscilab.demos/gui/demos/uicontrol_plot3d.dem .. _about.sce: nullscilab.exec/helptools/demos/about.sce