Skip to content

Commit 7b341d6

Browse files
committed
removed underscore
1 parent 6b2dac3 commit 7b341d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ files = [
3636

3737
Sys.rm(notebooks_dir;recursive=true,force=true)
3838
for (i,(title,filename)) in enumerate(files)
39-
notebook_prefix = string("t",@sprintf "%03d_" i)
40-
notebook = string(notebook_prefix,splitext(filename)[1])
39+
notebook_prefix = string("t",@sprintf "%03d" i)
40+
notebook = string(notebook_prefix,"_",splitext(filename)[1])
4141
notebook_title = string("# # Tutorial ", i, ": ", title)
4242
function preprocess_notebook(content)
4343
content = replace(content, "output_path" => notebook_prefix)

0 commit comments

Comments
 (0)