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 list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to