uman.. is a Unified User MANual displaying help pages in the console, in the
help browser, or online in your web browser. Help pages from Scilab, ATOMS
packages, other external packages, or heading comments of functions are covered.
A single function for all sources and displayers, with advanced features such
that language switching, summaries, or display of bugs related to the query.
Help (en): http://sgougeon.free.fr/scilab/help/uman/scilab_en_US_help/uman.html
Help (fr): http://sgougeon.free.fr/scilab/help/uman/scilab_fr_FR_help/uman.html
MAIN FEATURES
-------------
* Help pages from Scilab, ATOMS modules, other external modules, and heading
comments in functions are supported. No need to load modules in session to view
their pages in console.
* Focus on main infos: Related help section, calling sequences, parameters, see
also. Be free to display one or several additional sections on request:
description, examples, history... Or get the list of functions within the same
section (summary)...
* Switch to any language version without changing the session's language: Just
give the language code en | de | fr | ja | pt | ru | zh in option, and you get
the page! Esay access to the reference en_US version of the page.
* Smart text layout in console. Nested lists of items, tables, pieces of codes,
notes and warnings, text styles.. are supported. Improved code style of calling
sequences and examples.
* Almost 200 automatic redirections for users coming from other softwares:
Search for atan2 leads to.. atan.
* Switch to online pages, with redirection and language facilities. See users
comments on the online page.
* Check the forge: List documented bugs related to the query, for Scilab and
many ATOMS packages.
HOW TO INSTALL uman
-------------------
* Thanks to the ATOMS GUI:
- Enter: atomsGui
- Look for and select "uman". Install it.
- quit and restart Scilab
or
* in CONSOLE:
- enter: atomsInstall("uman")
- quit and restart Scilab
or
* by hand:
- Download "uman...bin.zip" from here
- uncompress the uman directory into your SCI/contrib/ directory
or into the SCIHOME/contrib/ one
Now, SCI/contrib/uman/ or SCIHOME/contrib/uman/ exists.
- load uman: enter
exec("SCI/contrib/uman/loader.sce", -1) // or from SCIHOME instead
of SCI
uman HELP: enter uman uman
--------------------------