@@ -395,7 +395,7 @@ def dynamics(self, t, x, u, params=None):
395
395
current state
396
396
u : array_like
397
397
input
398
- params : dict ( optional)
398
+ params : dict, optional
399
399
system parameter values
400
400
401
401
Returns
@@ -436,7 +436,7 @@ def output(self, t, x, u, params=None):
436
436
current state
437
437
u : array_like
438
438
input
439
- params : dict ( optional)
439
+ params : dict, optional
440
440
system parameter values
441
441
442
442
Returns
@@ -1012,13 +1012,13 @@ def connection_table(self, show_names=False, column_width=32):
1012
1012
1013
1013
Parameters
1014
1014
----------
1015
- show_names : bool ( optional)
1015
+ show_names : bool, optional
1016
1016
Instead of printing out the system number, print out the name of
1017
1017
each system. Default is False because system name is not usually
1018
1018
specified when performing implicit interconnection using
1019
1019
:func:`interconnect`.
1020
- column_width : int ( optional)
1021
- Character width of printed columns
1020
+ column_width : int, optional
1021
+ Character width of printed columns.
1022
1022
1023
1023
Examples
1024
1024
--------
@@ -2590,13 +2590,13 @@ def connection_table(sys, show_names=False, column_width=32):
2590
2590
----------
2591
2591
sys : :class:`InterconnectedSystem`
2592
2592
Interconnected system object
2593
- show_names : bool ( optional)
2593
+ show_names : bool, optional
2594
2594
Instead of printing out the system number, print out the name of
2595
2595
each system. Default is False because system name is not usually
2596
2596
specified when performing implicit interconnection using
2597
2597
:func:`interconnect`.
2598
- column_width : int ( optional)
2599
- Character width of printed columns
2598
+ column_width : int, optional
2599
+ Character width of printed columns.
2600
2600
2601
2601
2602
2602
Examples
0 commit comments