Skip to content

Commit

Permalink
Rebuild doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastide committed May 1, 2017
1 parent 6b38833 commit 387b475
Show file tree
Hide file tree
Showing 153 changed files with 385 additions and 356 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PhylogeneticEM
Implementation of the EM algorithm for the detection of shifts in a phylogeny.

## Installation
Stable version (1.0.0) on the [CRAN](https://cran.rstudio.com/web/packages/PhylogeneticEM/).
Stable version on the [CRAN](https://cran.rstudio.com/web/packages/PhylogeneticEM/).

To get the latest (and possibly unstable) version, you can use the [`devtools`](https://github.com/hadley/devtools) package:
```R
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/index.html

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

4 changes: 2 additions & 2 deletions docs/articles/tutorial.html

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

Binary file modified docs/articles/tutorial_files/figure-html/unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/tutorial_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/tutorial_files/figure-html/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/authors.html

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

4 changes: 1 addition & 3 deletions docs/index.html

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

13 changes: 9 additions & 4 deletions docs/news/index.html

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

67 changes: 42 additions & 25 deletions docs/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ img.icon {

/* Section anchors ---------------------------------*/

.hasAnchor {
margin-left: -30px;
}

a.anchor {
margin-left: -30px;
display:inline-block;
width: 30px;
height: 30px;
Expand All @@ -56,13 +53,31 @@ a.anchor {
visibility: visible;
}

@media (max-width: 767px) {
.hasAnchor:hover a.anchor {
visibility: hidden;
}
}


/* Fixes for fixed navbar --------------------------*/

.contents h1, .contents h2, .contents h3, .contents h4 {
padding-top: 60px;
margin-top: -60px;
}

/* Static header placement on mobile devices */
@media (max-width: 767px) {
.navbar-fixed-top {
position: absolute;
}
.navbar {
padding: 0;
}
}


/* Sidebar --------------------------*/

#sidebar {
Expand Down Expand Up @@ -107,31 +122,33 @@ table {

/* Syntax highlighting ---------------------------------------------------- */

code {
background-color: #f7f7f7;
color: #333;
pre {
word-wrap: normal;
word-break: normal;
border: 1px solid #eee;
}
code a {
color: #375f84;
}

.warning { color: red; }
.message { font-weight: bolder; }
.error { color: red; font-weight: bolder; }

.fl,.number {color:rgb(21,20,181);}
.fu,.functioncall {color:#264D66 ;}
.ch,.st,.string {color:#375D81 ;}
.kw,.keyword {color:black;}
.argument {color:#264D66 ;}
.co,.comment {color: #777;}
.formalargs {color: #264D66;}
.eqformalargs {color:#264D66;}
.slot {font-style:italic;}
.symbol {color:black ;}
.prompt {color:black ;}
pre, code {
background-color: #f8f8f8;
color: #333;
}

pre img {
background-color: #fff;
display: block;
}

code a, pre a {
color: #375f84;
}

.fl {color: #1514b5;}
.fu {color: #000000;} /* function */
.ch,.st {color: #036a07;} /* string */
.kw {color: #264D66;} /* keyword */
.co {color: #888888;} /* comment */

.message { color: black; font-weight: bolder;}
.error { color: orange; font-weight: bolder;}
.warning { color: #6A0366; font-weight: bolder;}

54 changes: 27 additions & 27 deletions docs/reference/PhyloEM.html

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

4 changes: 2 additions & 2 deletions docs/reference/add_complementary.html

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

4 changes: 2 additions & 2 deletions docs/reference/allocate_regimes_from_shifts.html

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

4 changes: 2 additions & 2 deletions docs/reference/allocate_shifts_from_regimes.html

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

4 changes: 2 additions & 2 deletions docs/reference/allocate_subset_node.simulate.html

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

Loading

0 comments on commit 387b475

Please sign in to comment.