Skip to content

Commit ab858cf

Browse files
Merge pull request #4023 from abhro/patch-2
Dedent docstring contents
2 parents 4f84284 + 92eeeaa commit ab858cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/systems/analysis_points.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -850,14 +850,14 @@ function handle_loop_openings(sys::AbstractSystem, aps)
850850
end
851851

852852
const DOC_LOOP_OPENINGS = """
853-
- `loop_openings`: A list of analysis points whose connections should be removed and
854-
the outputs set to the input as a part of the linear analysis.
853+
- `loop_openings`: A list of analysis points whose connections should be removed and
854+
the outputs set to the input as a part of the linear analysis.
855855
"""
856856

857857
const DOC_SYS_MODIFIER = """
858-
- `system_modifier`: A function taking the transformed system and applying any
859-
additional transformations, returning the modified system. The modified system
860-
is passed to `linearization_function`.
858+
- `system_modifier`: A function taking the transformed system and applying any
859+
additional transformations, returning the modified system. The modified system
860+
is passed to `linearization_function`.
861861
"""
862862
"""
863863
$(TYPEDSIGNATURES)
@@ -1021,8 +1021,8 @@ function linearization_function(sys::AbstractSystem,
10211021
end
10221022

10231023
@doc """
1024-
get_sensitivity(sys, ap::AnalysisPoint; kwargs)
1025-
get_sensitivity(sys, ap_name::Symbol; kwargs)
1024+
get_sensitivity(sys, ap::AnalysisPoint; kwargs)
1025+
get_sensitivity(sys, ap_name::Symbol; kwargs)
10261026
10271027
Compute the sensitivity function in analysis point `ap`. The sensitivity function is obtained by introducing an infinitesimal perturbation `d` at the input of `ap`, linearizing the system and computing the transfer function between `d` and the output of `ap`.
10281028

0 commit comments

Comments
 (0)