Skip to content

Commit f012566

Browse files
committed
small updates to documetnation + keywords property
1 parent 8e25e95 commit f012566

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/bdalg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def series(sys1, sys2):
5959
"""Return the series connection sys2 * sys1 for --> sys1 --> sys2 -->.
6060
6161
Parameters
62-
---------
62+
----------
6363
sys1: scalar, StateSpace, or TransferFunction
6464
sys2: scalar, StateSpace, or TransferFunction
6565
@@ -96,7 +96,7 @@ def parallel(sys1, sys2):
9696
Return the parallel connection sys1 + sys2.
9797
9898
Parameters
99-
---------
99+
----------
100100
sys1: scalar, StateSpace, or TransferFunction
101101
sys2: scalar, StateSpace, or TransferFunction
102102
@@ -121,7 +121,7 @@ def parallel(sys1, sys2):
121121
`sys1` is a scalar, then the output type is the type of `sys2`.
122122
123123
Examples
124-
-------
124+
--------
125125
>>> sys3 = parallel(sys1, sys2) # Same as sys3 = sys1 + sys2.
126126
127127
"""

src/margins.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
Author: Richard M. Murray
4444
Date: 14 July 2011
4545
46-
$Id: xferfcn.py 165 2011-06-26 02:44:09Z murrayrm $
46+
$Id$
4747
4848
"""
4949

@@ -58,8 +58,8 @@ def stability_margins(sysdata, deg=True):
5858
"""Calculate gain, phase and stability margins and associated
5959
crossover frequencies.
6060
61-
Usage:
62-
61+
Usage
62+
-----
6363
gm, pm, sm, wg, wp, ws = stability_margins(sysdata, deg=True)
6464
6565
Parameters

0 commit comments

Comments
 (0)