Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Helptbx details
Login with GitLab

Helptbx

Update the help of a module automatically.
(7339 downloads for this version - 91932 downloads for all versions)
Details
Version
0.5
A more recent valid version with binaries for Scilab 6.0 exists: 0.6
Author
Michael Baudin
Owner Organization
Digiteo and others
Maintainers
John GLIKSBERG
Michael BAUDIN
License
Dependency
Creation Date
September 7, 2015
Source created on
Scilab 6.0.x
Binaries available on
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("helptbx")
Description
            Purpose
=======

This module allows to update the help of a module, based 
on a set of .sci files. 
It is a tool built on top of the help_from_sci function.

Features
========

The main function is :

 * helptbx_helpupdate(funarray,helpdir,macrosdir)
 * helptbx_helpupdate(funarray,helpdir,macrosdir,demosdir,modulename)
 * helptbx_helpupdate(funarray,helpdir,macrosdir,demosdir,modulename,verbose)

which automatically updates the .xml help pages of a module if required, 
and updates the Demos gateway if required.
            
Files (2)
[28.73 kB]
Source code archive

[52.66 kB]
OS-independent binary for Scilab 6.0.x

News (0)
Comments (1)     Leave a comment 
Comment from Samuel Gougeon -- February 27, 2016, 07:55:27 PM    
Hello,
helptbx uses apifun but doesn't check that apifun is installed and loaded.
Then, i got errors, because apifun was well installed, but as quite usually for external
modules, i have canceled its autoload at startup.
An internal chek_apifun_ready_else_load_it() could be added to secure the dependency.
Best regards
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.