LaplacianOpt's documentation is generated using Documenter.jl. To install it, run the following command in a Julia session:
Pkg.add("Documenter")
Pkg.add("DocumenterTools")
To preview the html
output of the documents, run the following command:
julia --color=yes make.jl
You can then view the documents in build/index.html
.