Skip to content

Commit fe50971

Browse files
committed
Provide link to Examples in HowTo.mo
The style that was applied to the "examples" word in the last paragraph of the HowTo description has been replaced by a link to the Examples package. Moreover, a link to each example has been added to the description of the Examples package.
1 parent 8a48f59 commit fe50971

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

OpenIPSL/Data/PowerPlant/Examples/package.mo

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ within OpenIPSL.Data.PowerPlant;
22
package Examples "Examples to illustrate the usage of parameter data sets in OpenIPSL"
33
extends Modelica.Icons.ExamplesPackage;
44
annotation (Documentation(info="<html>
5-
<p>This package contains two examples aimed to illustrate the correct use of parameter data sets in OpenIPSL.</p>
5+
<p>This package contains two examples aimed to illustrate the correct use of parameter data sets in OpenIPSL:</p>
6+
<ul>
7+
<li><a href=\"modelica://OpenIPSL.Data.PowerPlant.Examples.Anderson\"><code>Anderson</code></a>.</li>
8+
<li><a href=\"modelica://OpenIPSL.Data.PowerPlant.Examples.IEEE421\"><code>IEEE421</code></a>.</li>
9+
</ul>
610
<p>Please read the <a href=\"modelica://OpenIPSL.Data.PowerPlant.HowTo\"><strong>How-To</strong> guide</a> before studying the examples.</p>
711
</html>"));
812
end Examples;

OpenIPSL/Data/PowerPlant/HowTo.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ parameters of machines and their controls from this package, you must:
4545
(b) copied and pasted or, (c) explored using the
4646
<em>Insert Component Reference</em> functionality.</li>
4747
</ul>
48-
<p>A couple of <strong>examples</strong> have been created to illustrate the entire procedure.</p>
48+
<p>A couple of <a href=\"modelica://OpenIPSL.Data.PowerPlant.Examples\">examples</a> have been created to illustrate the entire procedure:</p>
4949
</html>"));
5050
end HowTo;

0 commit comments

Comments
 (0)