publishFunctionCate enables to create web page which contains the categorical list of functions
This routins uses as input the cell which is created with routine makecontentsfileFS and uses template file function-cateEmpty.html which is contained inside: (main root of FSDA) filesep 'helpfiles' filesep 'FSDA;
to create in a fully automatic way the categorical list of functions with automatic links for each category.
The output file will be created inside (main root of FSDA) filesep 'helpfiles' filesep 'FSDA;
and will have name function-cate.html The automatic help file starting from structured .m file can be created using function publishFS.m
Interactive_example
Creation of HTML file containing categorical list of functions.fstring
=publishFunctionCate(InputCell
)
Interactive_example
Create output file in personalized folder
Create HTML file containing categorical list of functions in
local path "D:\tmp".fstring
=publishFunctionCate(InputCell
,
Name, Value
)