Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all occurrences of valign="top" from Documentation #2517

Merged
merged 1 commit into from Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
92 changes: 46 additions & 46 deletions Modelica/Blocks/Continuous.mo
Expand Up @@ -825,30 +825,30 @@ blocks inside the PID controller are initialized according to the following tabl
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>initType</strong></td>
<td valign=\"top\"><strong>I.initType</strong></td>
<td valign=\"top\"><strong>D.initType</strong></td></tr>
<tr><td><strong>initType</strong></td>
<td><strong>I.initType</strong></td>
<td><strong>D.initType</strong></td></tr>
<tr><td valign=\"top\"><strong>NoInit</strong></td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>NoInit</strong></td>
<td>NoInit</td>
<td>NoInit</td></tr>
<tr><td valign=\"top\"><strong>SteadyState</strong></td>
<td valign=\"top\">SteadyState</td>
<td valign=\"top\">SteadyState</td></tr>
<tr><td><strong>SteadyState</strong></td>
<td>SteadyState</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>InitialState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">InitialState</td></tr>
<tr><td><strong>InitialState</strong></td>
<td>InitialState</td>
<td>InitialState</td></tr>
<tr><td valign=\"top\"><strong>InitialOutput</strong><br>
<tr><td><strong>InitialOutput</strong><br>
and initial equation: y = y_start</td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">SteadyState</td></tr>
<td>NoInit</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>DoNotUse_InitialIntegratorState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>DoNotUse_InitialIntegratorState</strong></td>
<td>InitialState</td>
<td>NoInit</td></tr>
</table>
<p>
Expand Down Expand Up @@ -1158,30 +1158,30 @@ blocks inside the PID controller are initialized according to the following tabl
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>initType</strong></td>
<td valign=\"top\"><strong>I.initType</strong></td>
<td valign=\"top\"><strong>D.initType</strong></td></tr>
<tr><td><strong>initType</strong></td>
<td><strong>I.initType</strong></td>
<td><strong>D.initType</strong></td></tr>
<tr><td valign=\"top\"><strong>NoInit</strong></td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>NoInit</strong></td>
<td>NoInit</td>
<td>NoInit</td></tr>
<tr><td valign=\"top\"><strong>SteadyState</strong></td>
<td valign=\"top\">SteadyState</td>
<td valign=\"top\">SteadyState</td></tr>
<tr><td><strong>SteadyState</strong></td>
<td>SteadyState</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>InitialState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">InitialState</td></tr>
<tr><td><strong>InitialState</strong></td>
<td>InitialState</td>
<td>InitialState</td></tr>
<tr><td valign=\"top\"><strong>InitialOutput</strong><br>
<tr><td><strong>InitialOutput</strong><br>
and initial equation: y = y_start</td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">SteadyState</td></tr>
<td>NoInit</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>DoNotUse_InitialIntegratorState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>DoNotUse_InitialIntegratorState</strong></td>
<td>InitialState</td>
<td>NoInit</td></tr>
</table>
<p>
Expand Down Expand Up @@ -4620,20 +4620,20 @@ values of initType are defined in
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>Name</strong></td>
<td valign=\"top\"><strong>Description</strong></td></tr>
<tr><td><strong>Name</strong></td>
<td><strong>Description</strong></td></tr>
<tr><td valign=\"top\"><strong>Init.NoInit</strong></td>
<td valign=\"top\">no initialization (start values are used as guess values with fixed=false)</td></tr>
<tr><td><strong>Init.NoInit</strong></td>
<td>no initialization (start values are used as guess values with fixed=false)</td></tr>
<tr><td valign=\"top\"><strong>Init.SteadyState</strong></td>
<td valign=\"top\">steady state initialization (derivatives of states are zero)</td></tr>
<tr><td><strong>Init.SteadyState</strong></td>
<td>steady state initialization (derivatives of states are zero)</td></tr>
<tr><td valign=\"top\"><strong>Init.InitialState</strong></td>
<td valign=\"top\">Initialization with initial states</td></tr>
<tr><td><strong>Init.InitialState</strong></td>
<td>Initialization with initial states</td></tr>
<tr><td valign=\"top\"><strong>Init.InitialOutput</strong></td>
<td valign=\"top\">Initialization with initial outputs (and steady state of the states if possible)</td></tr>
<tr><td><strong>Init.InitialOutput</strong></td>
<td>Initialization with initial outputs (and steady state of the states if possible)</td></tr>
</table>
<p>
Expand Down
6 changes: 3 additions & 3 deletions Modelica/Blocks/Interfaces.mo
Expand Up @@ -1794,11 +1794,11 @@ of noise blocks.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>

<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>

<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
18 changes: 9 additions & 9 deletions Modelica/Blocks/Math.mo
Expand Up @@ -2942,11 +2942,11 @@ Note: The output is updated after each period defined by 1/f.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -3065,11 +3065,11 @@ Note: The output is updated after each period defined by 1/f.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -3156,11 +3156,11 @@ This block is demonstrated in the examples
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
30 changes: 15 additions & 15 deletions Modelica/Blocks/Noise.mo
Expand Up @@ -60,11 +60,11 @@ into your model and specify the seed.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -200,11 +200,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -261,11 +261,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -349,11 +349,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -686,11 +686,11 @@ distributions are given in the documentation of package
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
14 changes: 7 additions & 7 deletions Modelica/Blocks/Nonlinear.mo
Expand Up @@ -261,10 +261,10 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
<th>Comment</th>
</tr>
<tr>
<td valign=\"top\">4954</td>
<td valign=\"top\">2012-03-02</td>
<td valign=\"top\">A. Haumer &amp; D. Winkler</td>
<td valign=\"top\"><p>Initial version based on discussion in ticket <a href=\"https://trac.modelica.org/Modelica/ticket/529\">#529</a></p></td>
<td>4954</td>
<td>2012-03-02</td>
<td>A. Haumer &amp; D. Winkler</td>
<td><p>Initial version based on discussion in ticket <a href=\"https://trac.modelica.org/Modelica/ticket/529\">#529</a></p></td>
</tr>
</table>
</html>"));
Expand Down Expand Up @@ -612,9 +612,9 @@ chapter 11.9, page 412-414, Huethig Verlag Heidelberg, 1994
<th>Comment</th>
</tr>
<tr>
<td valign=\"top\">2015-01-05</td>
<td valign=\"top\">Martin Otter (DLR-SR)</td>
<td valign=\"top\">Introduced parameter balance=true and a new implementation
<td>2015-01-05</td>
<td>Martin Otter (DLR-SR)</td>
<td>Introduced parameter balance=true and a new implementation
of the PadeDelay block with an optional, more reliable numerics</td>
</tr>
</table>
Expand Down
8 changes: 4 additions & 4 deletions Modelica/Blocks/Sources.mo
Expand Up @@ -3268,11 +3268,11 @@ have at least the following two parameters:
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>offset</strong></td>
<td valign=\"top\">Value which is added to the signal</td>
<tr><td><strong>offset</strong></td>
<td>Value which is added to the signal</td>
</tr>
<tr><td valign=\"top\"><strong>startTime</strong></td>
<td valign=\"top\">Start time of signal. For time &lt; startTime,
<tr><td><strong>startTime</strong></td>
<td>Start time of signal. For time &lt; startTime,
the output y is set to offset.</td>
</tr>
</table>
Expand Down