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 b9c675a commit 41cb2fcCopy full SHA for 41cb2fc
docs/make.jl
@@ -15,7 +15,7 @@ md_tutorial_files = [split(file, ".")[1] * ".md" for file in tutorial_files]
15
benchmark_files = readdir(benchmarks_dir)
16
md_benchmark_files = [split(file, ".")[1] * ".md" for file in benchmark_files]
17
18
-include_tutorial = false
+include_tutorial = true
19
20
if include_tutorial
21
for file in tutorial_files
0 commit comments