JuMP.jl's documentation is written with Documenter.jl. To install it, run the following command in a julia session:
Pkg.add("Documenter")
The documentation is built using the following command:
julia make.jl
The compiled documents can be viewed at build/index.html
.