HelpTools[Worksheet]
Store
store worksheets in help database
Calling Sequence
Parameters
Description
Examples
Compatibility
Store(worksheets, library, language=language code, product=product name, category=category name, preview=preview of worksheet)
worksheets
-
table; information about worksheets
library
string; path to help database
language
(optional) string; ISO 639-1 language code, default is "en"
product
(optional) string; product name, default is "User Help"
category
(optional) string; category name, default is "Help Page"
preview
(optional) string; preview of help page, default is "" (automatically generate)
The Store command saves all worksheets in the specified help database.
The worksheets parameter is a table with path to the worksheet as the key and table of help properties (language, product, category) as the value. Typically it is the output from the Find command.
If preview option is "" then preview for worksheet is generated using the GeneratePreview command.
with⁡HelpTools:with⁡Worksheet:with⁡Database:
dir≔FileTools:-JoinPath⁡eBookTools,base=datadir
hdb≔FileTools:-JoinPath⁡maple,toolbox,UserHelp,lib,MyHelpDatabase.help,base=homedir
wks≔Find⁡dir
Store⁡wks,hdb
The HelpTools[Worksheet][Store] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
eBookTools[CreateMW]
HelpTools[Worksheet][Find]
HelpTools[Worksheet][GeneratePreview]
Download Help Document