Build documentation
The documentations for the iQIST software package are written by using the Markdown language and the Julia's Documenter.jl package. You can type the following command in the terminal to build the documentations:
$ cd iqist/docs
$ rm -fr build
$ julia make.jl
Then the HTML-version documentation is generated in the iqist/docs/build directory. Or you can read the official reference manual in the following website:
https://huangli712.github.io/projects/iqist/index.html