aboutsummaryrefslogtreecommitdiff
path: root/_pkgdown.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
commit38f9e15f0c972c1516ae737a2bca8d7789581bbd (patch)
tree724c9dc19901f24f427757ac81001f07bf298024 /_pkgdown.yml
parentec1487f0f2cef32d44b0c6ce94a6f1b4f65a79d3 (diff)
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to '_pkgdown.yml')
-rw-r--r--_pkgdown.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml
new file mode 100644
index 00000000..6552d156
--- /dev/null
+++ b/_pkgdown.yml
@@ -0,0 +1,32 @@
+title: mkin
+
+template:
+ bootswatch: cerulean
+
+reference:
+ - title: Main functions
+ desc: Essential functionality
+ contents:
+ - mkinmod
+ - mkinfit
+ - mmkin
+ - title: Show results
+ contents: Functions working with mkinfit objects
+ - plot.mkinfit
+ - summary.mkinfit
+ - mkinresplot
+ - mkinparplot
+ - endpoints
+ - mkinerrmin
+
+navbar:
+ title: mkin
+ type: default
+ left:
+ - text: Home
+ href: index.html
+ - text: Reference
+ href: reference/index.html
+ right:
+ - icon: fa-github fa-lg
+ href: https://github.com/jranke/mkin

Contact - Imprint