Skip to content

Commit 36e0b0f

Browse files
murrayrmroryyorke
authored andcommitted
DOC: updated mixsyn docstring to use standard 'see also' format
1 parent 7d70fb4 commit 36e0b0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

control/robust.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ def mixsyn(g,w1=None,w2=None,w3=None):
348348
If a weighting w is scalar, it will be replaced by I*w, where I is
349349
ny-by-ny for w1 and w3, and nu-by-nu for w2.
350350
351-
See also hinfsyn, augw
351+
See Also
352+
--------
353+
hinfsyn, augw
352354
"""
353355
nmeas = g.outputs
354356
ncon = g.inputs

0 commit comments

Comments
 (0)