[Scilab-users] linking help pages to each other

Philipp Mühlmann p.muehlmann at gmail.com
Fri Feb 19 08:58:06 CET 2016


OK, here an example:

all functions are within one and the same external module.

The toolbox is named    IR_TBX

code sniplet from the help xml-file:

<refsection role="see also">
        <title>See Also</title>
        <simplelist type="inline">
            <member>
                <link linkend="IR_TBX">FLIR_IMGGetFrame</link>
            </member>
        </simplelist>
 </refsection>


that somehow does not link to the help page of   FLIR_IMGGetFrame

BR
Philipp



2016-02-19 1:41 GMT+01:00 Samuel Gougeon <sgougeon at free.fr>:

> Hello,
>
> If the target is in the same external module, you may use in the xml (for
> instance, taken from the metanet module)
>         <link linkend="edge_number">edge_number</link>
>
> If the target is a Scilab "native" help page, then (example targetting the
> linspace page):
>         <link type="scilab" linkend="scilab.help/linspace">linspace</link>
> should work.
>
> If the target is in another external module, then: I don't know ;) Do not
> hesitate to post your trials.
>
> HTH
> Samuel Gougeon
>
>
>
> Le 18/02/2016 22:53, Philipp Mühlmann a écrit :
>
> Dear all,
>
> for a toolbox I write some help pages.
>
> The help pages contain a section ("See Also") , that allows to switch from
> one help page to another one.
>
> These links are displayed correctly, but when I click on them I get a
> blank site with the Error:
>
>           "Error" requested page could not be found
>
> However, if I enter "help function" in the console, I do get the correct
> help page.
>
> The error also not occurs on every function. e.g: sometimes the link from
> one page to another is working.
> This is strange, because the xml-files are just copy/paste.
> Afterwards I adjust the content for a new function.
>
> The help pages are built with Scilab 5.5.1 and it's toolbox skeleton.
>
> Any idea?
>
> BR
> Philipp
>
> --
> There we have the salad.
>
>
> _______________________________________________
> users mailing listusers at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/users
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>


-- 
There we have the salad.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160219/cbff9e79/attachment.htm>


More information about the users mailing list