Skip to content

Commit 810e910

Browse files
committed
remove references to deprecated and legacy functions
1 parent d605807 commit 810e910

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

doc/control.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ System interconnections
3131

3232
append
3333
combine_tf
34-
connect
3534
feedback
3635
interconnect
3736
negate
@@ -75,7 +74,7 @@ Time domain simulation
7574
impulse_response
7675
initial_response
7776
input_output_response
78-
phase_plot
77+
phase_plane_plot
7978
step_response
8079

8180
Control system analysis
@@ -182,7 +181,6 @@ Utility functions and conversions
182181
isctime
183182
isdtime
184183
issiso
185-
issys
186184
mag2db
187185
modal_form
188186
norm

doc/test_sphinxdocs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
# Functions that should not be referenced
2323
legacy_functions = [
24+
'FRD', # FrequencyResponseData (or frd)
2425
'balred', # balanced_reduction
2526
'bode', # bode_plot
2627
'c2d', # sample_system

0 commit comments

Comments
 (0)