edits
This commit is contained in:
@@ -8,7 +8,7 @@ const htmlfile = joinpath(@__DIR__, "..", "templates", "bootstrap.tpl")
|
|||||||
const latexfile = joinpath(@__DIR__, "..", "templates", "julia_tex.tpl")
|
const latexfile = joinpath(@__DIR__, "..", "templates", "julia_tex.tpl")
|
||||||
|
|
||||||
function build_toc(force=true)
|
function build_toc(force=true)
|
||||||
infile = joinpath(repo_directory, "misc", "toc.jmd")
|
infile = joinpath(repo_directory, "CwJ", "misc", "toc.jmd")
|
||||||
outfile = joinpath(@__DIR__, "build", "index.html")
|
outfile = joinpath(@__DIR__, "build", "index.html")
|
||||||
weave(infile;
|
weave(infile;
|
||||||
out_path=outfile,
|
out_path=outfile,
|
||||||
|
|||||||
Reference in New Issue
Block a user