aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.js
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:41:01 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:50:14 +0100
commita76221d87485029444c8e684022ca606a0c7e68d (patch)
treec95052ee51b35f6c5ab87bd6f27ef2877f536838 /docs/pkgdown.js
parenta1d9f93138c2cfed92a683e37e72c737d52b7ad7 (diff)
Update static docs using pkgdown
- Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered
Diffstat (limited to 'docs/pkgdown.js')
-rw-r--r--docs/pkgdown.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pkgdown.js b/docs/pkgdown.js
new file mode 100644
index 0000000..c8b38c4
--- /dev/null
+++ b/docs/pkgdown.js
@@ -0,0 +1,8 @@
+$(function() {
+ $("#sidebar").stick_in_parent({offset_top: 40});
+ $('body').scrollspy({
+ target: '#sidebar',
+ offset: 60
+ });
+
+});

Contact - Imprint