mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 22:14:23 +01:00
Merge pull request #10 from fverdugo/francesc
Make Titles in navigation bar consistent with notebooks
This commit is contained in:
commit
cabefa5acd
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user