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