diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 22:41:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 22:50:14 +0100 |
commit | a76221d87485029444c8e684022ca606a0c7e68d (patch) | |
tree | c95052ee51b35f6c5ab87bd6f27ef2877f536838 /docs/css/staticdocs.css | |
parent | a1d9f93138c2cfed92a683e37e72c737d52b7ad7 (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/css/staticdocs.css')
-rw-r--r-- | docs/css/staticdocs.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/css/staticdocs.css b/docs/css/staticdocs.css deleted file mode 100644 index 15d7408..0000000 --- a/docs/css/staticdocs.css +++ /dev/null @@ -1,25 +0,0 @@ -h2 {padding-top: 20px} - -.icon img { - float: right; - border: 1px solid #ccc; -} -.index .internal {display: none;} -ul.index li {margin-bottom: 0.5em; clear: both;} - -footer { - margin-top: 45px; - padding: 35px 0 36px; - border-top: 1px solid #e5e5e5; -} -footer p { - margin-bottom: 0; - color: #555; -} - -.sidebar h2 { - font-size: 1.1em; - padding-top: 0.5em; -} - -.sidebar li {margin-bottom: 0.5em;} |