Skip to content

Commit

Permalink
generate website for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Dec 17, 2020
1 parent 4d2b39c commit 58b5b0c
Show file tree
Hide file tree
Showing 67 changed files with 2,795 additions and 1,207 deletions.
4 changes: 2 additions & 2 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@ CmdStanModel$set("public", name = "sample", value = sample)
#'
#' An example of compiling with MPI:
#' ```
#' mpi_options <- list(STAN_MPI=TRUE, CXX="mpicxx", TBB_CXX_TYPE="gcc")
#' mod <- cmdstan_model("model.stan", cpp_options = mpi_options)
#' mpi_options = list(STAN_MPI=TRUE, CXX="mpicxx", TBB_CXX_TYPE="gcc")
#' mod = cmdstan_model("model.stan", cpp_options = mpi_options)
#' ```
#' The C++ options that must be supplied to the
#' [compile][model-method-compile] call are:
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

204 changes: 149 additions & 55 deletions docs/articles/cmdstanr-internals.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/articles/cmdstanr.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

6 changes: 3 additions & 3 deletions docs/articles/r-markdown.html

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

12 changes: 12 additions & 0 deletions docs/articles/r-markdown_files/header-attrs-2.3/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
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.

2 changes: 1 addition & 1 deletion docs/index.html

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

51 changes: 38 additions & 13 deletions docs/news/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/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pandoc: 2.7.3
pandoc: 2.11.1.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles:
cmdstanr-internals: cmdstanr-internals.html
cmdstanr: cmdstanr.html
r-markdown: r-markdown.html
last_built: 2020-11-12T21:15Z
last_built: 2020-12-17T20:37Z
urls:
reference: https://mc-stan.org/cmdstanr/reference
article: https://mc-stan.org/cmdstanr/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/pull_request_template.html

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

Loading

0 comments on commit 58b5b0c

Please sign in to comment.