8000 fix additional broken links (from @slivingston review) · NickThomasMain/python-control@d176201 · GitHub
[go: up one dir, main page]

Skip to content

Commit d176201

Browse files
committed
fix additional broken links (from @slivingston review)
1 parent 7b9664c commit d176201

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/iosys.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ a :class:`~control.StateSpace` linear system. Use the
2525
ss_sys = ct.linearize(io_sys, xeq, ueq)
2626

2727
Input/output systems are automatically created for state space LTI systems
28-
when using the :func:`ss` function. Nonlinear input/output systems can be
29-
created using the :func:`~control.nlsys` function, which requires
30-
the definition of an update function (for the right hand side of the
31-
differential or different equation) and an output function (computes the
32-
outputs from the state)::
28+
when using the :func:`~control.ss` function. Nonlinear input/output
29+
systems can be created using the :func:`~control.nlsys` function, which
30+
requires the definition of an update function (for the right hand side of
31+
the differential or different equation) and an output function (computes
32+
the outputs from the state)::
3333

3434
io_sys = ct.nlsys(updfcn, outfcn, inputs=M, outputs=P, states=N)
3535

@@ -434,8 +434,8 @@ of an individual system are used in a given specification::
434434
inplist=['sum.r', 'P.v'], outlist=['P', 'C.u']
435435
)
436436

437-
And finally, since we have named the signals througho 8000 ut the system in
438-
a consistent way, we could let :func:`ct.interconnect` do all of the
437+
And finally, since we have named the signals throughout the system in a
438+
consistent way, we could let :func:`~control.interconnect` do all of the
439439
work::
440440

441441
clsys5 = ct.interconnect(

doc/plotting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ plot, use `plot_type='nichols'`::
215215

216216
.. image:: freqplot-siso_nichols-default.png
217217

218-
Another response function that can be used to generate Bode plots is
219-
the :func:`~control.gangof4` function, which computes the four primary
218+
Another response function that can be used to generate Bode plots is the
219+
:func:`~control.gangof4_response` function, which computes the four primary
220220
sensitivity functions for a feedback control system in standard form::
221221

222222
proc = ct.tf([1], [1, 1, 1], name="process")

0 commit comments

Comments
 (0)
0