Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 896 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 896 Bytes

SpatiotemporalGPs

Stable Dev Build Status

Testing

cd into this directory, and run julia. From inside the REPL do

] test

Making Docs

To make docs locally, cd into this directory and run julia. From inside the REPL do

using Revise
] activate docs
] resolve
include("docs/make.jl")

then from a new terminal, run a LiveServer to see the constructed docs:

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