Welcome to the Octache documentation!

Octave is an implementation of the mustache templating language for Octave that also happen to work with MATLAB.

Installation

Dependencies

To facilitate handling of JSON files, Octache uses the JSONio library.

For testing it also requires the repository containing the mustache spec.

They are both set up as git submodules so the easiest way to install Octache is…

Using git

git clone --recursive https://github.com/Remi-Gau/Octache.git

Set up

If you are using Octave you need to recompile JSONio:

make install_octave

To add the relevant folders to Octave / MATLAB path for this session, run the setup.m

USAGE

Table of content

Indices and tables