Code covered by the BSD License  

Highlights from
Toolbox Sparse Optmization

from Toolbox Sparse Optmization by Gabriel Peyre
Optimization codes for sparsity related signal processing

publish_all.m
%%
% Compile all HTML files.

a = dir('test_*.m');
opts.outputDir = 'html';

for i=1:length(a) 
    name = a(i).name(1:end-2);
	publish(name,opts);
end

Contact us at files@mathworks.com