We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f9de commit 0295d2dCopy full SHA for 0295d2d
docs/make.jl
@@ -6,6 +6,7 @@ using Documenter, Literate
6
# Literate
7
const EXAMPLE_DIR = pkgdir(TensorInference, "examples")
8
const LITERATE_GENERATED_DIR = pkgdir(TensorInference, "docs", "src", "generated")
9
+mkpath(LITERATE_GENERATED_DIR)
10
for each in readdir(EXAMPLE_DIR)
11
workdir = joinpath(LITERATE_GENERATED_DIR, each)
12
cp(joinpath(EXAMPLE_DIR, each), workdir; force=true)
0 commit comments