Skip to content

Commit

Permalink
Documentation update Nov 30 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrudkin committed Nov 30, 2017
1 parent 53f4ba7 commit 4070bca
Show file tree
Hide file tree
Showing 44 changed files with 231 additions and 245 deletions.
18 changes: 18 additions & 0 deletions _pkgdown.yml
@@ -1,5 +1,21 @@
template:
path: "docs/templates"

home:
sections:
- links
- citation
- authors
link_order:
- repo
- github
- bug_report

roles_include:
- aut
- cre
- fnd
- ctb

navbar:
type: default
Expand All @@ -25,3 +41,5 @@ navbar:

- text: "DeclareDesign home"
href: http://declaredesign.org
right:
- text:
9 changes: 3 additions & 6 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions docs/articles/randomizr_vignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions docs/articles/srandomizr_vignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 43 additions & 23 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions docs/pkgdown.css
@@ -1,3 +1,20 @@
/* Custom overrides */
.nav-pills > li.active > .nav-stacked > li.active > a {
/* Coolors.co generated palette: 4 shades lighter of same hue */
background-color: #C7DAEB;
/* Good contrast option for background color selected. */
color: #1F2D3D;
}

.nav-pills > li > .nav-stacked > li > a {
/* Left margin for nested lists */
margin-left: 10px;
}

.nav-pills > li > a {
padding: 7px 10px;
}

/* Sticker footer */
body > .container {
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions docs/pkgdown.js
Expand Up @@ -36,6 +36,9 @@ function is_prefix(needle, haystack) {
if (needle.length > haystack.lengh)
return(false);

if (haystack.length == 0)
return(false);

for (var i = 0; i < haystack.length; i++) {
if (needle[i] != haystack[i])
return(false);
Expand Down
9 changes: 3 additions & 6 deletions docs/reference/block_and_cluster_ra.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4070bca

Please sign in to comment.