diff options
Diffstat (limited to 'docs/articles/index.html')
-rw-r--r-- | docs/articles/index.html | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/docs/articles/index.html b/docs/articles/index.html index cd6a7bea..de2a8a61 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -49,13 +49,28 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> - <a href="../reference/index.html">Reference</a> + <a href="../reference/index.html">Function reference</a> </li> -<li> - <a href="../articles/index.html">Articles</a> -</li> -<li> - <a href="../news/index.html">News</a> +<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> @@ -88,7 +103,7 @@ <li><a href="compiled_models.html">Performance benefit by using compiled model definitions in mkin</a></li> <li><a href="FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a></li> <li><a href="FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a></li> - <li><a href="mkin.html">mkin - Kinetic evaluation of chemical degradation data</a></li> + <li><a href="mkin.html">Introduction to mkin</a></li> </ul> </div> </div> |