diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:48:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:48:21 +0100 |
commit | 30f55769fe2f042c7753144051dd34eec3596adc (patch) | |
tree | 86d144b088004bde272ea70d71436478083f08fc /docs/index.html | |
parent | cd5499cb7419b23737c8fdaa47f1606ba9a9aff2 (diff) |
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Again with the jranke branch of jranke/pkgdown
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 93be361e..2afbbd85 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,14 +16,27 @@ </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"><li> - <a href="reference/index.html">Reference</a> -</li> -<li> - <a href="articles/index.html">Articles</a> -</li> -<li> - <a href="news/index.html">News</a> + <a href="reference/index.html">Function reference</a> </li> +<li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> + Articles + + <span class="caret"></span> + </a> + <ul class="dropdown-menu" role="menu"><li> + <a href="articles/mkin.html">Introduction to mkin</a> + </li> + <li> + <a href="articles/FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a> + </li> + <li> + <a href="articles/FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a> + </li> + <li> + <a href="articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> + </li> + </ul></li> </ul><ul class="nav navbar-nav navbar-right"><li> <a href="http://github.com/jranke/mkin"> <span class="fa fa-github fa-lg"></span> |