Skip to content

Commit e018062

Browse files
committed
update cache and docs
1 parent 840cf99 commit e018062

16 files changed

+1735
-590
lines changed

_main.rds

0 Bytes
Binary file not shown.

docs/background.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<link rel="prev" href="index.html"/>
3434
<link rel="next" href="truth-density-data-analysis.html"/>
35-
<script src="libs/header-attrs-2.5/header-attrs.js"></script>
35+
<script src="libs/header-attrs-2.6/header-attrs.js"></script>
3636
<script src="libs/jquery-2.2.3/jquery.min.js"></script>
3737
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
3838
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
@@ -51,9 +51,7 @@
5151

5252

5353
<script src="libs/accessible-code-block-0.0.1/empty-anchor.js"></script>
54-
<link href="libs/anchor-sections-1.0/anchor-sections.css" rel="stylesheet" />
55-
<script src="libs/anchor-sections-1.0/anchor-sections.js"></script>
56-
<script src="libs/htmlwidgets-1.5.2/htmlwidgets.js"></script>
54+
<script src="libs/htmlwidgets-1.5.3/htmlwidgets.js"></script>
5755
<link href="libs/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
5856
<script src="libs/datatables-binding-0.16/datatables.js"></script>
5957
<link href="libs/dt-core-1.10.20/css/jquery.dataTables.min.css" rel="stylesheet" />

docs/cascade-1-0-data-analysis.html

+58-60
Large diffs are not rendered by default.

docs/cascade-2-0-data-analysis.html

+33-35
Large diffs are not rendered by default.

docs/index.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
<link rel="next" href="background.html"/>
35-
<script src="libs/header-attrs-2.5/header-attrs.js"></script>
35+
<script src="libs/header-attrs-2.6/header-attrs.js"></script>
3636
<script src="libs/jquery-2.2.3/jquery.min.js"></script>
3737
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
3838
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
@@ -51,9 +51,7 @@
5151

5252

5353
<script src="libs/accessible-code-block-0.0.1/empty-anchor.js"></script>
54-
<link href="libs/anchor-sections-1.0/anchor-sections.css" rel="stylesheet" />
55-
<script src="libs/anchor-sections-1.0/anchor-sections.js"></script>
56-
<script src="libs/htmlwidgets-1.5.2/htmlwidgets.js"></script>
54+
<script src="libs/htmlwidgets-1.5.3/htmlwidgets.js"></script>
5755
<link href="libs/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
5856
<script src="libs/datatables-binding-0.16/datatables.js"></script>
5957
<link href="libs/dt-core-1.10.20/css/jquery.dataTables.min.css" rel="stylesheet" />
@@ -950,7 +948,7 @@ <h1>
950948
<div id="header">
951949
<h1 class="title">Standaridized Boolean Regulatory Function Bias</h1>
952950
<p class="author"><em><a href="https://github.com/bblodfon">John Zobolas</a></em></p>
953-
<p class="date"><em>Last updated: 09 December, 2020</em></p>
951+
<p class="date"><em>Last updated: 21 December, 2020</em></p>
954952
</div>
955953
<div id="input" class="section level1 unnumbered" number="">
956954
<h1>Input</h1>

docs/index.md

+212-78
Large diffs are not rendered by default.
87 Bytes
Loading
Loading
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

0 commit comments

Comments
 (0)