Skip to content

Commit

Permalink
deploy: f4c4e5e
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauqb committed May 15, 2023
0 parents commit 90a1340
Show file tree
Hide file tree
Showing 59 changed files with 15,941 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
487 changes: 487 additions & 0 deletions 404.html

Large diffs are not rendered by default.

Binary file added _static/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
909 changes: 909 additions & 0 deletions _static/logo_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/logo_with_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions _static/mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};

document$.subscribe(() => {
MathJax.typesetPromise()
})
1,403 changes: 1,403 additions & 0 deletions api/calibrator/index.html

Large diffs are not rendered by default.

1,037 changes: 1,037 additions & 0 deletions api/forecast/index.html

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions api/models/random_walk/index.html

Large diffs are not rendered by default.

746 changes: 746 additions & 0 deletions api/regularisation/index.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}

/* Avoid breaking parameters name, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* For pieces of Markdown rendered in table cells. */
.doc-contents td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}
.doc .md-typeset__table tr {
display: table-row;
}

/* Avoid line breaks in rendered fields. */
.field-body p {
display: inline;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.c2be25ad.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.c2be25ad.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

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

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

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

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

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

Loading

0 comments on commit 90a1340

Please sign in to comment.