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 /_pkgdown.yml | |
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 '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index 2aba0ef8..5b13ba1b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -12,12 +12,12 @@ reference: - mmkin - title: Show results desc: Functions working with mkinfit objects - contents: + contents: - plot.mkinfit - summary.mkinfit - mkinresplot - mkinparplot - - endpoints + - endpoints - mkinerrmin - title: Work with mmkin objects desc: Functions working with aggregated results @@ -62,3 +62,20 @@ reference: desc: Functions that have been superseeded contents: - mkinplot + +navbar: + title: ~ + type: default + left: + - text: Function reference + href: reference/index.html + - text: Articles + menu: + - text: Introduction to mkin + href: articles/mkin.html + - text: Example evaluation of FOCUS Example Dataset D + href: articles/FOCUS_D.html + - text: Example evaluation of FOCUS Laboratory Data L1 to L3 + href: articles/FOCUS_L.html + - text: Performance benefit by using compiled model definitions in mkin + href: articles/compiled_models.html |