Skip to content

Commit

Permalink
Updates in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-andrade-inpe committed Aug 6, 2015
1 parent 1565974 commit f5d372b
Show file tree
Hide file tree
Showing 9 changed files with 322 additions and 6 deletions.
3 changes: 1 addition & 2 deletions description.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version = "0.1"
version = "0.2"
license = "GPL"
package = "sysdyn"
title = "System Dynamics"
date = "17 July 2015"
authors = "Gilberto Camara and Pedro R. Andrade"
contact = "[email protected]"
content = "Implements a System Dynamics framework."
23 changes: 22 additions & 1 deletion doc/files/SysDynModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ <h1>sysdyn</h1>








Expand Down Expand Up @@ -92,6 +94,8 @@ <h1><a href="../files/models.html">Models</a></h1>








Expand All @@ -110,6 +114,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -131,6 +136,8 @@ <h1>Types</h1>








Expand All @@ -143,6 +150,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -157,6 +165,9 @@ <h1><a href="../files/examples.html">Examples</a></h1>
<!-- Data -->


<!-- Font -->



</div> <!-- id="navigation" -->

Expand Down Expand Up @@ -196,6 +207,11 @@ <h3>Arguments</h3>
</li>


<li>
<strong>deltaTime</strong>: A numeric value with the period to execute the changes of the model. The default value is one.
</li>


<li>
<strong>graphics</strong>: A table with internal tables describing how the parameters of the model will be drawn in the screen. It can have three values:
</li>
Expand Down Expand Up @@ -254,7 +270,7 @@ <h3>Arguments</h3>


<td>
A table with internal tables with the attributes to be drawn as a phase space. The first attribute of every internal table will be used as x axis.
A table with internal tables with the attributes to be drawn as a phase space. The first attribute of every internal table will be used as
</td>


Expand All @@ -263,6 +279,11 @@ <h3>Arguments</h3>
<span class="arg">


<li>
<strong>updateTime</strong>: A numeric value with the period to update the charts. The default value is one. x axis.
</li>


<li>
<strong>...</strong>: Any other value that can be used as parameter for the Model.
</li>
Expand Down
11 changes: 11 additions & 0 deletions doc/files/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ <h1>sysdyn</h1>








Expand Down Expand Up @@ -92,6 +94,8 @@ <h1><a href="../files/models.html">Models</a></h1>








Expand All @@ -112,6 +116,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -133,6 +138,8 @@ <h1>Types</h1>








Expand All @@ -145,6 +152,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -159,6 +167,9 @@ <h1><a href="../files/examples.html">Examples</a></h1>
<!-- Data -->


<!-- Font -->



</div> <!-- id="navigation" -->

Expand Down
33 changes: 33 additions & 0 deletions doc/files/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ <h1>sysdyn</h1>








Expand Down Expand Up @@ -92,6 +94,8 @@ <h1><a href="../files/models.html">Models</a></h1>








Expand All @@ -112,6 +116,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -133,6 +138,8 @@ <h1>Types</h1>








Expand All @@ -145,6 +152,7 @@ <h1>Types</h1>




</ul>


Expand All @@ -159,9 +167,13 @@ <h1>Examples</h1>
<!-- Data -->


<!-- Font -->



</div> <!-- id="navigation" -->


<div id="content">
<h1>Examples</h1>

Expand All @@ -182,8 +194,19 @@ <h1>Examples</h1>




<tr>
<!-- <td class="name"><a href="files/predatorprey.html">predatorprey</a></td> -->


<td class="name"><a href = "#predatorprey">predatorprey</a></td>
<td class="summary">Simulation of predator-prey model.</td>
</tr>


</table>


<dl class="function">


Expand All @@ -205,6 +228,16 @@ <h1>Examples</h1>







<dt><h2>predatorprey<a name="predatorprey"></h2>


Simulation of predator-prey model.
</dt>



</dl>
Expand Down
Loading

0 comments on commit f5d372b

Please sign in to comment.