ohno/Antique.jl

Update Developer's Guide

Closed this issue · 6 comments

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.

ohno commented

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.

ohno commented

I updated the Developer's Guide (44c767f) and developer tools (5ae74a2). Dependencies will be installed automatically.

By th way, Weave.jl has already been eliminated from this package.