Skip to content

Commit 8f1e675

Browse files
Merge pull request #279 from SciML/ChrisRackauckas-patch-1
Update pages.jl
2 parents c33bfd5 + d825ec5 commit 8f1e675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLOperators"
22
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
33
authors = ["Vedant Puri <vedantpuri@gmail.com>"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pages = [
22
"Home" => "index.md",
33
"tutorials/getting_started.md",
44
"Tutorials" => Any[
5-
"tutorials/operator_algebras.md",
5+
"Demonstration of Operator Algebras and Kron" => "tutorials/operator_algebras.md",
66
"FFT Tutorial" => "tutorials/fftw.md"
77
],
88
"interface.md",

0 commit comments

Comments
 (0)