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 073824b commit cd0f3c3Copy full SHA for cd0f3c3
docs/make.jl
@@ -8,7 +8,7 @@ makedocs(
8
pages = Any[
9
"Introduction" => "index.md",
10
"Basic matrix & vector methods" => "matrix_and_vector_methods.md",
11
- "Operators & algebraic structures" => "algebra_methods.md"
+ "Operators & algebraic structures" => "algebra_methods.md",
12
"Descriptors" => "desc_methods.md",
13
"Freeing objects" => "free_methods.md"
14
]
0 commit comments