Re: [Scilab-users] example of library

2019-11-25 Thread Samuel Gougeon
Dear Federico, I am not sure that this users@ list in the prefered one to talk about technical details to contribute to Scilab development. dev@ should rather be targeted for this. Please do not hesitate to subscribe also to this other list (if not yet done). For the time being, and my last an

Re: [Scilab-users] example of library

2019-11-19 Thread Federico Miyara
Stéphane, Thanks, this has been very useful. With this help I've been able to locate the XML help page in my locally downloaded source code. I hope this will allow me to process future documetation fixes. Regards, Federico Miyara On 19/11/2019 06:01, Stéphane Mottelet wrote: Hello, the

Re: [Scilab-users] example of library

2019-11-19 Thread Stéphane Mottelet
Hello, the text is in the file: ./modules/elementary_functions/help/en_US/integer_representation/dec2base.xml I have created the commit for you there: https://codereview.scilab.org/#/c/21131/ S. Le 19/11/2019 à 08:31, Federico Miyara a écrit : Stéphane, Thanks for your answer. I'll try,

Re: [Scilab-users] example of library

2019-11-18 Thread Federico Miyara
Stéphane, Thanks for your answer. I'll try, as soon as I can, to see if I'm able to go into the GIT world, but it may take much more time than your second option. So my next question is, how do I find the files to modify? Should I download the source code? And--this is embarrassing--I cann

Re: [Scilab-users] example of library

2019-11-18 Thread Stéphane Mottelet
Hello Frederico, In order to*create new commits* you cannot avoid to start with installing GIT on your computer and getting the Scilab source files (which includes the documentation). Depending on your OS using GIT can be a different experience, but using the command line is not a must. For e

Re: [Scilab-users] example of library

2019-11-17 Thread Federico Miyara
Samuel, Somebody told me I could edit the documentation by myself. I need some permission? How I can get access to edit the help pages? * login on the CodeReview portal, with your usual (Bugzilla) Scilab login and password: https://codereview.scilab.org => Sign in, in the top right

Re: [Scilab-users] example of library

2019-11-09 Thread Samuel Gougeon
Le 09/11/2019 à 06:13, Federico Miyara a écrit : Dear all, I could finally work it out: The function librarieslist() provides a list of Scilab libraries, and the elementary function library is called elementary_functionslib instead of elementary_functionlib There is a typo in the exampl

Re: [Scilab-users] example of library

2019-11-08 Thread Federico Miyara
Dear all, I could finally work it out: The function librarieslist() provides a list of Scilab libraries, and the elementary function library is called elementary_functionslib instead of elementary_functionlib There is a typo in the example (a plural is missing)--thrice!. That's why the

[Scilab-users] example of library

2019-11-08 Thread Federico Miyara
Dear all, I'm trying to create some examples illustrating types in Scilab and functions such as type and typeof. However, I cannot find a native library of functions to test type 14. The documentation for library https://help.scilab.org/docs/6.0.2/en_US/library.html gives an example using