Skip to content

Commit dc8f851

Browse files
add index.md
1 parent 8c85789 commit dc8f851

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ makedocs(
66
sitename = "SuiteSparseGraphBLAS",
77
doctest = false,
88
pages = Any[
9+
"Introduction" => "index.md",
910
"Basic matrix functions" => "matrix_methods.md",
1011
"Basic vector functions" => "vector_methods.md"
1112
]

docs/src/index.md

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

0 commit comments

Comments
 (0)