Update Developer's Guide
Closed this issue · 6 comments
There are several unclear instructions.
All tests will be executed by executing include("./developer/test.jl").
I think we should add "executing include("./developer/test.jl") in the terminal".
I somehow ran it in the "dev.ipynb" and had some errors.
Thank you so much! I will update Antique.jl to v0.4.0 soon as the Peschel-Teller potential implementation is complete. I will rewrite guide after updating.
import Pkg; Pkg.add("Weave")
using Weave
I think I also need to add "import Pkg; Pkg.add("Weave")" before using Weave in jmd2md.jl.
I always have an error when running include("./developer/docs.jl")
by the way, testing does not take 2 minutes. but, it is much longer.
import Pkg; Pkg.add("Documenter")
this is also needed in the make.jl.