diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-14 21:49:32 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-14 21:49:32 +0100 | 
| commit | 2b16f6cc5aae9a57362db2add0e3263c65afc7e2 (patch) | |
| tree | 16c580fafe4364298f6dc90cb78026f346f3b472 | |
| parent | 9275bcb39b5ee25753ef489d334b4906401970b3 (diff) | |
Add saem benchmarks to index
| -rw-r--r-- | _pkgdown.yml | 4 | ||||
| -rw-r--r-- | docs/dev/articles/index.html | 5 | ||||
| -rw-r--r-- | docs/dev/authors.html | 5 | ||||
| -rw-r--r-- | docs/dev/index.html | 5 | ||||
| -rw-r--r-- | docs/dev/news/index.html | 5 | ||||
| -rw-r--r-- | docs/dev/pkgdown.yml | 2 | ||||
| -rw-r--r-- | docs/dev/reference/index.html | 5 | 
7 files changed, 24 insertions, 7 deletions
| diff --git a/_pkgdown.yml b/_pkgdown.yml index 3ed20d38..bb1ad052 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -155,7 +155,9 @@ navbar:          href: articles/twa.html        - text: Example evaluation of NAFTA SOP Attachment examples          href: articles/web_only/NAFTA_examples.html -      - text: Some benchmark timings +      - text: Benchmark timings for mkin          href: articles/web_only/benchmarks.html +      - text: Benchmark timings for saem.mmkin +        href: articles/web_only/saem_benchmarks.html      - text: News        href: news/index.html diff --git a/docs/dev/articles/index.html b/docs/dev/articles/index.html index d7af1f11..395b5f7c 100644 --- a/docs/dev/articles/index.html +++ b/docs/dev/articles/index.html @@ -59,7 +59,10 @@        <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> +      <a href="../articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="../articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul></li>  <li> diff --git a/docs/dev/authors.html b/docs/dev/authors.html index bc48a6f1..2f95f092 100644 --- a/docs/dev/authors.html +++ b/docs/dev/authors.html @@ -59,7 +59,10 @@        <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> +      <a href="articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul></li>  <li> diff --git a/docs/dev/index.html b/docs/dev/index.html index a64fb633..4709fe29 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -89,7 +89,10 @@        <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> +      <a href="articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul>  </li> diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index f363d409..8448ebc8 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -59,7 +59,10 @@        <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> +      <a href="../articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="../articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul></li>  <li> diff --git a/docs/dev/pkgdown.yml b/docs/dev/pkgdown.yml index 5c7a8a3e..ad0d8b19 100644 --- a/docs/dev/pkgdown.yml +++ b/docs/dev/pkgdown.yml @@ -13,7 +13,7 @@ articles:    dimethenamid_2018: web_only/dimethenamid_2018.html    multistart: web_only/multistart.html    saem_benchmarks: web_only/saem_benchmarks.html -last_built: 2022-11-14T20:05Z +last_built: 2022-11-14T20:49Z  urls:    reference: https://pkgdown.jrwb.de/mkin/reference    article: https://pkgdown.jrwb.de/mkin/articles diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 15c3a638..5a0ec596 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -59,7 +59,10 @@        <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> +      <a href="../articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="../articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul></li>  <li> | 
