File: help.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (29 lines) | stat: -rw-r--r-- 996 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
help             Scilab Group             Scilab Function              help
NAME
   help - on-line help command
  
CALLING SEQUENCE
  help word
DESCRIPTION
   To each documented word corresponds a word.cat ascii file. these files
  are organised within directories (chapters). Each chapter must contain
  *.cat files and a whatis file with one line for each documented word in
  the chapter. Each line must have the following format : 
  
 word - quick description
    List of chapter directories is given in a scilab variable %helps. %helps
  a two column matrix of strings. Each line is formed as follow :
  
 chapter_path    chapter_title
   %helps default value is set by scilab.star file. If you want to add new
  help chapters you have to add new lines %helps variables for example in
  your .scilab startup file.
  
   Note that, once the help has been used, new additions to %helps are not
  taken into account.
  
   See also Scilab's manual 
  
SEE ALSO
   apropos, man, formatman