view help_html/source/publishHelp.m @ 25:9c2d361e5d42

Merged ‘develop’. - Updated submodule. - MASSEFresults: Corrected table output when performing aggregating functions. Added boxPlot() method to automatically plot performance data for each algorithm/estimate. - MASSEF: iosr.install has been moved to install method. Clear mixture cache before saving in order to reduce file size.
author Christopher Hummersone <c.hummersone@surrey.ac.uk>
date Wed, 29 Mar 2017 13:20:46 +0100
parents bdd77fe783e4
children
line wrap: on
line source
function publishHelp

outdir = [MASSEF.dir filesep 'help_html' filesep];

options = struct(...
    'outputDir',outdir, ...
    'evalCode',false ...
);

publish('help_Index.m',options);
publish('help_MASSEF.m',options);
publish('help_MASSEF_evaluate.m',options);
publish('help_MASSEF_execute.m',options);
publish('help_MASSEF_doc.m',options);
publish('help_MASSEF_install.m',options);
publish('help_MASSEF_save.m',options);
publish('help_MASSEF_start.m',options);
publish('help_MASSEFresults.m',options);
publish('help_MASSEFresults_algorithmInfo.m',options);
publish('help_MASSEFresults_filter.m',options);
publish('help_MASSEFresults_input.m',options);
publish('help_MASSEFresults_merge.m',options);
publish('help_MASSEFresults_mixtureInfo.m',options);
publish('help_Separators.m',options);
publish('help_Example.m',options);

builddocsearchdb(outdir)