From 9429f1e1e3ac356a26098e3e2ac159b7d2fdaa98 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Wed, 30 Aug 2023 12:17:13 +0200 Subject: [PATCH] Publishing more notebooks --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index c2ad347..3638498 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -121,8 +121,8 @@ makedocs(; "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", + "Jacobi method" => "jacobi_method.md", + "All pairs of shortest paths" => "asp.md", # "Solutions" => "solutions.md", ], ],