Skip to content

Commit

Permalink
Minor updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Mar 16, 2015
1 parent c577b9a commit 2b23418
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
14 changes: 13 additions & 1 deletion PNlib/Contact.mo
Expand Up @@ -2,13 +2,25 @@ within PNlib;
model Contact
extends Modelica.Icons.Contact;
annotation (Documentation(info="<html>
<p>This package is developed an maintained by the following contributors</p>
<h1>Contact</h1>
<p>This package is developed and maintained by the following contributors</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr>
<th></th>
<th>Name</th>
<th>Affiliation</th>
</tr>
<tr>
<td valign=top>Library officer</td>
<td valign=top>
<a>Lennart Ochel</a><br>
<a>mailto: lennart.ochel@fh-bielefeld.de</a><br>
<td valign=top>University of Applied Sciences Bielefeld</td><br>
<a>Department of engineering and mathematics</a><br>
33609 Bielefeld<br>
Germany
</td>
</tr>
<tr>
<td valign=top>Library officer</td>
<td valign=top>
Expand Down
1 change: 1 addition & 0 deletions PNlib/References.mo
Expand Up @@ -2,6 +2,7 @@ within PNlib;
model References
extends Modelica.Icons.References;
annotation (Documentation(info="<html>
<h1>References</h1>
<table border=0 cellspacing=0 cellpadding=2>
<tr>
<td valign=top>[Proß 2012]</td>
Expand Down
14 changes: 11 additions & 3 deletions PNlib/RevisionHistory.mo
Expand Up @@ -2,22 +2,30 @@ within PNlib;
model RevisionHistory
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(
revisions="<html>
info="<html>
<h1>ReleaseNotes</h1>
<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
<tr>
<th>Version</th>
<th>Revision</th>
<th>Date</th>
<th>Author</th>
<th>Comment</th>
</tr>
<tr>
<td valign=\"top\">1.0.0</td>
<td valign=\"top\">1</td>
<td valign=\"top\">2012-05-15</td>
<td valign=\"top\">S. Proß</td>
<td valign=\"top\"></td>
</tr>
<tr>
<td valign=\"top\">1.1.0</td>
<td valign=\"top\">2015-01-13</td>
<td valign=\"top\">Lennart Ochel</td>
<td valign=\"top\"><ul>
<li> This is basically an adaptation of PNlib version 1.0 to Modelica 3.3 to remove tool dependencies (e.g. impure instead of __Dymola_pure annotation).</li>
<li> New function PNlib.Functions.Random.initRandom is introduced to make stochastic simulations reproducible.</li>
</ul></td>
</tr>
</table>
</html>"));
end RevisionHistory;
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Download [PNlib v1.0 (2012-05-15)](../../archive/v1.0.zip)
#### Release notes

* [Version v1.1](../../archive/v1.1.zip) (2015-01-13)
* This is basically an adaption of PNlib version 1.0 to Modelica 3.3 to remove tool dependencies (e.g. impure instead of __Dymola_pure annotation).
* This is basically an adaptation of PNlib version 1.0 to Modelica 3.3 to remove tool dependencies (e.g. impure instead of __Dymola_pure annotation).
* New function PNlib.Functions.Random.initRandom is introduced to make stochastic simulations reproducible.
* [Version v1.0](../../archive/v1.0.zip) (2012-05-15)
* Initial release.
Expand Down

0 comments on commit 2b23418

Please sign in to comment.