diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 12:53:23 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 12:53:23 +0200 | 
| commit | 5b1179f0daff9077e1370065f9b9f03a2d0e0450 (patch) | |
| tree | 01f30f5763c279b942458843939d4f02be6ca455 /docs/articles/index.html | |
| parent | 272aba066f0d7502e319b7e7f14009318cd44348 (diff) | |
Update online docs for release version
Diffstat (limited to 'docs/articles/index.html')
| -rw-r--r-- | docs/articles/index.html | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/docs/articles/index.html b/docs/articles/index.html index 6f97722c..0ff8d97f 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -71,7 +71,7 @@        </button>        <span class="navbar-brand">          <a class="navbar-link" href="../index.html">mkin</a> -        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.2</span> +        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.3</span>        </span>      </div> @@ -108,6 +108,9 @@      <li>        <a href="../articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a>      </li> +    <li> +      <a href="../articles/web_only/benchmarks.html">Some benchmark timings</a> +    </li>    </ul>  </li>  <li> @@ -116,7 +119,7 @@        </ul>        <ul class="nav navbar-nav navbar-right">          <li> -  <a href="http://github.com/jranke/mkin/"> +  <a href="https://github.com/jranke/mkin/">      <span class="fab fa fab fa-github fa-lg"></span>    </a> @@ -154,7 +157,7 @@          <dd></dt>          <dt><a href="web_only/NAFTA_examples.html">Evaluation of example datasets from Attachment 1 to the US EPA SOP for the NAFTA guidance</a></dt>          <dd></dt> -        <dt><a href="web_only/benchmarks.html">Benchmark timings for mkin on various systems</a></dt> +        <dt><a href="web_only/benchmarks.html">Benchmark timings for mkin</a></dt>          <dd></dt>          <dt><a href="web_only/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a></dt>          <dd></dt> @@ -170,7 +173,7 @@  </div>  <div class="pkgdown"> -  <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.5.1.</p> +  <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>  </div>        </footer> | 
