Skip to content

Commit d43fe1a

Browse files
author
Documenter.jl
committed
build based on 2834eac
1 parent c349f61 commit d43fe1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1969
-1971
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-06-25T14:56:01","documenter_version":"1.13.0"}}
1+
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-06-29T21:00:35","documenter_version":"1.13.0"}}
Lines changed: 58 additions & 58 deletions
Loading
Lines changed: 47 additions & 47 deletions
Loading
Lines changed: 81 additions & 81 deletions
Loading
Lines changed: 87 additions & 87 deletions
Loading
Lines changed: 37 additions & 37 deletions
Loading
Lines changed: 81 additions & 81 deletions
Loading

dev/arclength_interpolation/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

dev/assets/Manifest.toml

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,19 @@ version = "0.6.54"
513513

514514
[[deps.DispatchDoctor]]
515515
deps = ["MacroTools", "Preferences"]
516-
git-tree-sha1 = "f311fe66bfe4e38b2f1c8d1081f06920092b57aa"
516+
git-tree-sha1 = "f45192766107fe4cfe9d3159de836eea01932399"
517517
uuid = "8d63f2c5-f18a-4cf2-ba9d-b3f60fc568c8"
518-
version = "0.4.19"
519-
weakdeps = ["ChainRulesCore", "EnzymeCore"]
518+
version = "0.4.21"
520519

521520
[deps.DispatchDoctor.extensions]
522521
DispatchDoctorChainRulesCoreExt = "ChainRulesCore"
523522
DispatchDoctorEnzymeCoreExt = "EnzymeCore"
523+
DispatchDoctorMooncakeExt = "Mooncake"
524+
525+
[deps.DispatchDoctor.weakdeps]
526+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
527+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
528+
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
524529

525530
[[deps.Distributed]]
526531
deps = ["Random", "Serialization", "Sockets"]
@@ -1004,10 +1009,10 @@ uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
10041009
version = "0.4.10"
10051010

10061011
[[deps.JumpProcesses]]
1007-
deps = ["ArrayInterface", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FunctionWrappers", "Graphs", "LinearAlgebra", "Markdown", "PoissonRandom", "Random", "RandomNumbers", "RecursiveArrayTools", "Reexport", "SciMLBase", "Setfield", "StaticArrays", "SymbolicIndexingInterface", "UnPack"]
1008-
git-tree-sha1 = "fb7fd516de38db80f50fe15e57d44da2836365e7"
1012+
deps = ["ArrayInterface", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FunctionWrappers", "Graphs", "LinearAlgebra", "Markdown", "PoissonRandom", "Random", "RecursiveArrayTools", "Reexport", "SciMLBase", "Setfield", "StaticArrays", "SymbolicIndexingInterface", "UnPack"]
1013+
git-tree-sha1 = "f8da88993c914357031daf0023f18748ff473924"
10091014
uuid = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
1010-
version = "9.16.0"
1015+
version = "9.16.1"
10111016
weakdeps = ["FastBroadcast"]
10121017

10131018
[[deps.Krylov]]
@@ -1341,9 +1346,9 @@ version = "1.11.0"
13411346

13421347
[[deps.ModelingToolkit]]
13431348
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "ImplicitDiscreteSolve", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "OrdinaryDiffEqCore", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
1344-
git-tree-sha1 = "683226cfc351dae6649285f08c945d78ab250d4f"
1349+
git-tree-sha1 = "89d3822cd1abd56b12dac4e54610f5fdd18fa5a1"
13451350
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1346-
version = "10.5.0"
1351+
version = "10.6.0"
13471352

13481353
[deps.ModelingToolkit.extensions]
13491354
MTKBifurcationKitExt = "BifurcationKit"
@@ -1371,9 +1376,9 @@ version = "2.24.0"
13711376

13721377
[[deps.Moshi]]
13731378
deps = ["ExproniconLite", "Jieko"]
1374-
git-tree-sha1 = "453de0fc2be3d11b9b93ca4d0fddd91196dcf1ed"
1379+
git-tree-sha1 = "d5198869af7a8aec7354dc8559ae71aba77a625a"
13751380
uuid = "2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
1376-
version = "0.3.5"
1381+
version = "0.3.6"
13771382

13781383
[[deps.MozillaCACerts_jll]]
13791384
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
@@ -2057,9 +2062,9 @@ version = "0.5.15"
20572062

20582063
[[deps.SCCNonlinearSolve]]
20592064
deps = ["CommonSolve", "PrecompileTools", "Reexport", "SciMLBase", "SymbolicIndexingInterface"]
2060-
git-tree-sha1 = "5e67b56af8615d1b47720fdc04e34482279c4559"
2065+
git-tree-sha1 = "6d70fbaa6f242fab7058eb4b66fd0a49dfcb38fb"
20612066
uuid = "9dfe8606-65a1-4bb3-9748-cb89d1561431"
2062-
version = "1.2.0"
2067+
version = "1.3.0"
20632068

20642069
[[deps.SHA]]
20652070
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
@@ -2455,9 +2460,9 @@ uuid = "781d530d-4396-4725-bb49-402e4bee1e77"
24552460
version = "1.4.0"
24562461

24572462
[[deps.URIs]]
2458-
git-tree-sha1 = "24c1c558881564e2217dcf7840a8b2e10caeb0f9"
2463+
git-tree-sha1 = "bef26fb046d031353ef97a82e3fdb6afe7f21b1a"
24592464
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2460-
version = "1.6.0"
2465+
version = "1.6.1"
24612466

24622467
[[deps.UUIDs]]
24632468
deps = ["Random", "SHA"]
@@ -2522,15 +2527,9 @@ version = "1.3.243+0"
25222527

25232528
[[deps.Wayland_jll]]
25242529
deps = ["Artifacts", "EpollShim_jll", "Expat_jll", "JLLWrappers", "Libdl", "Libffi_jll", "XML2_jll"]
2525-
git-tree-sha1 = "49be0be57db8f863a902d59c0083d73281ecae8e"
2530+
git-tree-sha1 = "53ab3e9c94f4343c68d5905565be63002e13ec8c"
25262531
uuid = "a2964d1f-97da-50d4-b82a-358c7fce9d89"
2527-
version = "1.23.1+0"
2528-
2529-
[[deps.Wayland_protocols_jll]]
2530-
deps = ["Artifacts", "JLLWrappers", "Libdl"]
2531-
git-tree-sha1 = "54b8a029ac145ebe8299463447fd1590b2b1d92f"
2532-
uuid = "2381bf8a-dfd0-557d-9999-79630e7b1b91"
2533-
version = "1.44.0+0"
2532+
version = "1.23.1+1"
25342533

25352534
[[deps.WeakValueDicts]]
25362535
git-tree-sha1 = "98528c2610a5479f091d470967a25becfd83edd0"
@@ -2635,9 +2634,9 @@ version = "1.1.3+0"
26352634

26362635
[[deps.Xorg_xcb_util_cursor_jll]]
26372636
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_jll", "Xorg_xcb_util_renderutil_jll"]
2638-
git-tree-sha1 = "04341cb870f29dcd5e39055f895c39d016e18ccd"
2637+
git-tree-sha1 = "c5bf2dad6a03dfef57ea0a170a1fe493601603f2"
26392638
uuid = "e920d4aa-a673-5f3a-b3d7-f755a4d47c43"
2640-
version = "0.1.4+0"
2639+
version = "0.1.5+0"
26412640

26422641
[[deps.Xorg_xcb_util_image_jll]]
26432642
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_xcb_util_jll"]
@@ -2798,7 +2797,7 @@ uuid = "dfaa095f-4041-5dcd-9319-2fabd8486b76"
27982797
version = "3.5.0+0"
27992798

28002799
[[deps.xkbcommon_jll]]
2801-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
2802-
git-tree-sha1 = "c950ae0a3577aec97bfccf3381f66666bc416729"
2800+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
2801+
git-tree-sha1 = "fbf139bce07a534df0e699dbb5f5cc9346f95cc1"
28032802
uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd"
2804-
version = "1.8.1+0"
2803+
version = "1.9.2+0"
Lines changed: 44 additions & 44 deletions
Loading

0 commit comments

Comments
 (0)