diff options
Diffstat (limited to 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 130 |
1 files changed, 70 insertions, 60 deletions
diff --git a/docs/reference/index.html b/docs/reference/index.html index 3fd068b..1b9bd74 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -21,13 +21,19 @@ <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> +<!-- sticky kit --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script> + <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> -<script src="../jquery.sticky-kit.min.js"></script> <script src="../pkgdown.js"></script> - - + + + <meta property="og:title" content="Function reference" /> + + + <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -50,8 +56,12 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="../index.html">gmkin</a> + <span class="navbar-brand"> + <a class="navbar-link" href="../index.html">gmkin</a> + <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.6.8</span> + </span> </div> + <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> @@ -76,13 +86,14 @@ </ul> </li> <li> - <a href="../news/index.html">News</a> + <a href="../news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> </ul> + </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> @@ -90,64 +101,60 @@ </header> - <div class="row"> - <div class="col-md-9"> +<div class="row"> + <div class="contents col-md-9"> <div class="page-header"> - <h1> - Reference - <small>version 0.6.8</small> - </h1> + <h1>Reference</h1> </div> - <div class="contents"> - <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> + <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.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="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="UBA_model_gallery.html">UBA_model_gallery</a></code> </p> + </td> + <td><p>A collection of some standard kinetic models</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> + </tbody> + </table> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> @@ -170,5 +177,8 @@ </footer> </div> + + </body> </html> + |