Skip to content

Commit

Permalink
Merge pull request #10 from fverdugo/francesc
Browse files Browse the repository at this point in the history
Make Titles in navigation bar consistent with notebooks
  • Loading branch information
fverdugo authored Aug 29, 2023
2 parents ed7bcf8 + 795eff4 commit cabefa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cabefa5

Please sign in to comment.