Skip to content

Commit ae96038

Browse files
docs: remove reference to parameter_dependencies
1 parent 5cb4760 commit ae96038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/abstractsystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ $(TYPEDSIGNATURES)
15201520
Get the default values of the system sys and its subsystems.
15211521
If they are not explicitly provided, variables and parameters are initialized to these values.
15221522
1523-
See also [`initialization_equations`](@ref), [`parameter_dependencies`](@ref) and [`ModelingToolkit.get_defaults`](@ref).
1523+
See also [`initialization_equations`](@ref) and [`ModelingToolkit.get_defaults`](@ref).
15241524
"""
15251525
function defaults(sys::AbstractSystem)
15261526
systems = get_systems(sys)
@@ -1723,7 +1723,7 @@ $(TYPEDSIGNATURES)
17231723
17241724
Get the initialization equations of the system `sys` and its subsystems.
17251725
1726-
See also [`guesses`](@ref), [`defaults`](@ref), [`parameter_dependencies`](@ref) and [`ModelingToolkit.get_initialization_eqs`](@ref).
1726+
See also [`guesses`](@ref), [`defaults`](@ref) and [`ModelingToolkit.get_initialization_eqs`](@ref).
17271727
"""
17281728
function initialization_equations(sys::AbstractSystem)
17291729
eqs = get_initialization_eqs(sys)

0 commit comments

Comments
 (0)