Skip to content

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Jun 10, 2024
1 parent 6b158ef commit 021d55f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import Gallery from "../components/Gallery.vue";
const beginner = [
{
href: "beginner/LoadingData",
src: "../assets/vis.png",
caption: "Loading Data with Pyehtim",
desc: "How to load data using standard eht-imaging in Julia."
},
{
href: "beginner/LoadingData",
src: "../assets/vis.png",
caption: "Loading Data with Pyehtim",
desc: "How to load data using standard eht-imaging in Julia."
},
];
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ withenv("JULIA_DEBUG"=>"Literate") do
jl_expr = "using Literate;"*
"preprocess(path, str) = replace(str, \"__DIR = @__DIR__\" => \"__DIR = \\\"\$(dirname(path))\\\"\");"*
"Literate.markdown(\"$(p_)\", \"$(joinpath(OUTPUT, d))\";"*
"name=\"$name\", execute=true, flavor=Literate.DocumenterFlavor(),"*
"name=\"$name\", execute=false, flavor=Literate.DocumenterFlavor(),"*
"preprocess=Base.Fix1(preprocess, \"$(p_)\"))"
cm = `julia --project=$(@__DIR__) -e $(jl_expr)`
run(cm)
Expand Down

0 comments on commit 021d55f

Please sign in to comment.