This repository contains the script to generate the ExaModels tutorial documentation and the Jupyter notebooks.
First, obtain the instances file via
wget https://cloud.minesparis.psl.eu/index.php/s/8nfxDqzz41H0rpE/download
unzip download
Next, instantiate the Julia environment by running:
julia --project -e 'using Pkg; Pkg.instantiate()'
Then, you can run the script to generate the documentation and Jupyter notebooks:
include("make.jl")
include("docs/make.jl")