From bc7ed051b07121650a238ed7358e162f034963da Mon Sep 17 00:00:00 2001 From: Abhijit Dasgupta Date: Wed, 18 Sep 2024 14:33:49 -0400 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- 01-technical-background.html | 14 +------------- chapters/week-01.html | 12 ------------ chapters/week-02.html | 14 +------------- chapters/week-03.html | 12 ------------ chapters/week-04.html | 12 ------------ chapters/week-05.html | 12 ------------ chapters/week-06.html | 12 ------------ chapters/week-07.html | 12 ------------ chapters/week-08.html | 12 ------------ chapters/week-09.html | 12 ------------ chapters/week-10.html | 12 ------------ chapters/week-11.html | 12 ------------ chapters/week-12.html | 16 ++-------------- chapters/week-13.html | 16 ++-------------- index.html | 12 ------------ search.json | 20 -------------------- sitemap.xml | 10 +--------- 18 files changed, 8 insertions(+), 216 deletions(-) diff --git a/.nojekyll b/.nojekyll index d89464b..52f7473 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -a14d1309 \ No newline at end of file +bc4df843 \ No newline at end of file diff --git a/01-technical-background.html b/01-technical-background.html index 592f7f1..2ea8bc0 100644 --- a/01-technical-background.html +++ b/01-technical-background.html @@ -359,7 +359,7 @@ }; // Store cell data -globalThis.qwebrCellDetails = [{"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","options":{"dpi":72,"results":"markup","label":"unnamed-chunk-1","comment":"","out-width":"700px","editor-word-wrap":"true","autorun":"false","message":"true","fig-cap":"","editor-font-scale":"1","context":"interactive","editor-max-height":"","editor-quick-suggestions":"false","fig-width":7,"out-height":"","warning":"true","fig-height":5,"read-only":"false","output":"true","classes":""},"id":1},{"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","options":{"dpi":72,"results":"markup","label":"unnamed-chunk-2","comment":"","out-width":"700px","editor-word-wrap":"true","autorun":"false","message":"true","fig-cap":"","editor-font-scale":"1","context":"interactive","editor-max-height":"","editor-quick-suggestions":"false","fig-width":7,"out-height":"","warning":"true","fig-height":5,"read-only":"false","output":"true","classes":""},"id":2}]; +globalThis.qwebrCellDetails = [{"options":{"classes":"","out-width":"700px","warning":"true","output":"true","label":"unnamed-chunk-1","context":"interactive","editor-font-scale":"1","results":"markup","autorun":"false","read-only":"false","dpi":72,"comment":"","message":"true","fig-cap":"","fig-width":7,"out-height":"","fig-height":5,"editor-max-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true"},"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","id":1},{"options":{"classes":"","out-width":"700px","warning":"true","output":"true","label":"unnamed-chunk-2","context":"interactive","editor-font-scale":"1","results":"markup","autorun":"false","read-only":"false","dpi":72,"comment":"","message":"true","fig-cap":"","fig-width":7,"out-height":"","fig-height":5,"editor-max-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true"},"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","id":2}]; +}
-