Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 483 Bytes

File metadata and controls

20 lines (13 loc) · 483 Bytes

MOProblems.jl Documentation

The Documenter.jl source lives in docs/src/.

To build the local HTML documentation from the repository root:

julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
julia --project=docs docs/make.jl

The generated site is written to docs/build/index.html.

To browse it through a local server:

julia -e 'using LiveServer; serve(dir="docs/build")'

Then open http://localhost:8000/.