CorrelationTrackers.jl
is a library which helps you to fastly update correlation
functions calculated by CorrelationFunctions.jl
package when you
insignificantly change the input.
To build a documentation do the following:
- From Julia REPL:
import Pkg; Pkg.add("Documenter")
- From shell, this directory being the working directory:
cd docs && julia make.jl
Also the documentation for the most recent release is available on GitHub Pages.
Special thanks to Kirill Gerke, Efim Lavrukhin and Marina Karsanina for their support.