Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Building Documentations

Documenter is used to generate the documentations automatically. Documentation on main as well as releases are automatically deployed to the gh-pages branch.

To view the docs locally, you first need to install Documenter.jl:

julia -e 'Pkg.add("Documenter")'

then run the following from within this directory:

julia make.jl

HTML files are generated in the build directory.