We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0f3c3 commit 0d0695fCopy full SHA for 0d0695f
docs/make.jl
@@ -6,7 +6,7 @@ makedocs(
6
sitename = "SuiteSparseGraphBLAS",
7
doctest = false,
8
pages = Any[
9
- "Introduction" => "index.md",
+ "Home" => "index.md",
10
"Basic matrix & vector methods" => "matrix_and_vector_methods.md",
11
"Operators & algebraic structures" => "algebra_methods.md",
12
"Descriptors" => "desc_methods.md",
docs/src/index.md
@@ -1,2 +1,2 @@
1
-## SuiteSparseGraphBLAS
+## SuiteSparseGraphBLAS.jl
2
SuiteSparseGraphBLAS.jl is a Julia wrapper for the SuiteSparse:GraphBLAS C library.
0 commit comments