Merge pull request #10 from fverdugo/francesc

Make Titles in navigation bar consistent with notebooks
This commit is contained in:
Francesc Verdugo 2023-08-29 12:07:23 +02:00 committed by GitHub
commit cabefa5acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,10 +117,10 @@ makedocs(;
pages=["Home" => "index.md","Getting started"=>"getting_started_with_julia.md", pages=["Home" => "index.md","Getting started"=>"getting_started_with_julia.md",
"Notebooks"=>[ "Notebooks"=>[
"Julia Basics" => "julia_basics.md", "Julia Basics" => "julia_basics.md",
"Tasks and channels" => "julia_async.md", "Asynchronous programming in Julia" => "julia_async.md",
"Remote calls and remote channels" => "julia_distributed.md", "Distributed computing in Julia" => "julia_distributed.md",
"MPI" => "mpi_tutorial.md", "Distributed computing with MPI" => "mpi_tutorial.md",
"Matrix Multiplication"=>"matrix_matrix.md", "Matrix-matrix multiplication"=>"matrix_matrix.md",
# "Jacobi" => "jacobi_method.md", # "Jacobi" => "jacobi_method.md",
# "ASP" => "asp.md", # "ASP" => "asp.md",
# "Solutions" => "solutions.md", # "Solutions" => "solutions.md",