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 8c85789 commit dc8f851Copy full SHA for dc8f851
docs/make.jl
@@ -6,6 +6,7 @@ makedocs(
6
sitename = "SuiteSparseGraphBLAS",
7
doctest = false,
8
pages = Any[
9
+ "Introduction" => "index.md",
10
"Basic matrix functions" => "matrix_methods.md",
11
"Basic vector functions" => "vector_methods.md"
12
]
docs/src/index.md
@@ -0,0 +1 @@
1
+SuiteSparseGraphBLAS.jl is a Julia wrapper for the SuiteSparse:GraphBLAS C library.
0 commit comments