Populate with existing notebooks

This commit is contained in:
Gelieza K
2023-07-31 17:37:49 +02:00
parent 67c2c39cda
commit 8892e1e7f7
22 changed files with 123753 additions and 1 deletions

View File

@@ -104,7 +104,14 @@ makedocs(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://fverdugo.github.io/XM_40017",
edit_link="main",),
pages=["Home" => "index.md","Hello World" => "notebook-hello.md", "Notebooks"=>["Matrix Multiplication"=>"matrix_matrix.md"]],
pages=["Home" => "index.md","Julia Tutorial" => "julia_tutorial.md", "Notebooks"=>[
"Why is Julia fast?" => "julia_intro.md",
"Julia Basics" => "julia_basics.md",
"Julia Asynchronous" => "julia_async.md",
"Julia Distributed" => "julia_distributed.md",
"Matrix Multiplication"=>"matrix_matrix.md",
"Jacobi/SOR" => "julia_jacobi.md"
]],
)
deploydocs(;