Skip to content

Commit 0d0695f

Browse files
update documentation
1 parent cd0f3c3 commit 0d0695f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ makedocs(
66
sitename = "SuiteSparseGraphBLAS",
77
doctest = false,
88
pages = Any[
9-
"Introduction" => "index.md",
9+
"Home" => "index.md",
1010
"Basic matrix & vector methods" => "matrix_and_vector_methods.md",
1111
"Operators & algebraic structures" => "algebra_methods.md",
1212
"Descriptors" => "desc_methods.md",

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
## SuiteSparseGraphBLAS
1+
## SuiteSparseGraphBLAS.jl
22
SuiteSparseGraphBLAS.jl is a Julia wrapper for the SuiteSparse:GraphBLAS C library.

0 commit comments

Comments
 (0)