diff options
Diffstat (limited to 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 90 |
1 files changed, 54 insertions, 36 deletions
diff --git a/docs/reference/index.html b/docs/reference/index.html index 2d2bce1..6f21a01 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -25,12 +25,14 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> + + </head> <body> @@ -72,44 +74,60 @@ <div class="row"> <div class="col-md-9"> <div class="page-header"> - <h1>Function reference</h1> - <h4>version 0.6.8</h4> + <h1> + Reference + <small>version 0.6.8</small> + </h1> </div> <div class="contents"> - <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2> - <p class="section-desc"></p> - - - <p><a href="FOCUS_2006_Z.html"> -</a></p> - <ul> - <li><code><a href="FOCUS_2006_Z.html">FOCUS_2006_Z</a></code></li> - </ul> - - <p><a href="FOCUS_2006.html"> -</a></p> - <ul> - <li><code><a href="FOCUS_2006.html">FOCUS_2006</a></code></li> - </ul> - - <p><a href="gmkin.html"> -</a></p> - <ul> - <li><code><a href="gmkin.html">gmkin</a></code></li> - </ul> - - <p><a href="gmkinws.html">A workspace class for gmkin</a></p> - <ul> - <li><code><a href="gmkinws.html">gmkinws</a></code></li> - </ul> - - <p><a href="UBA_model_gallery.html"> -</a></p> - <ul> - <li><code><a href="UBA_model_gallery.html">UBA_model_gallery</a></code></li> - </ul> - + <table class="ref-index"> + + <colgroup> + <col class="alias" /> + <col class="title" /> + </colgroup> + + <tbody> + <tr> + <th colspan="2"> + <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2> + <p class="section-desc"></p> + </th> + </tr> + <tr> + <!-- --> + <td> + <p><code><a href="FOCUS_2006_Z.html">FOCUS_2006_Z</a></code> </p> + </td> + <td><p>Example gmkin workspace for Dataset Z from the FOCUS Kinetics report</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="FOCUS_2006.html">FOCUS_2006</a></code> </p> + </td> + <td><p>Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="gmkin.html">gmkin</a></code> </p> + </td> + <td><p>Start a graphical user interface (GUI) based on the <code>gWidgetsWWW2</code> toolkit.</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="gmkinws.html">gmkinws</a></code> </p> + </td> + <td><p>A workspace class for gmkin</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="UBA_model_gallery.html">data</a></code> </p> + </td> + <td><p>A collection of some standard kinetic models</p></td> + </tr> + </tbody> + </table> </div> </div> |