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 0d0695f commit 3481e71Copy full SHA for 3481e71
docs/make.jl
@@ -7,10 +7,12 @@ makedocs(
7
doctest = false,
8
pages = Any[
9
"Home" => "index.md",
10
+ "Context methods" => "context_methods.md",
11
"Basic matrix & vector methods" => "matrix_and_vector_methods.md",
12
"Operators & algebraic structures" => "algebra_methods.md",
13
"Descriptors" => "desc_methods.md",
- "Freeing objects" => "free_methods.md"
14
+ "Freeing objects" => "free_methods.md",
15
+ "Sequence termination" => "seq_ter.md"
16
]
17
)
18
docs/src/context_methods.md
@@ -0,0 +1,6 @@
1
+## Context methods
2
+
3
+```@docs
4
+GrB_init
5
+GrB_finalize
6
+```
docs/src/seq_ter.md
+## Sequence termination
+GrB_wait
+GrB_error
0 commit comments