Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
  • Loading branch information
danigiro committed Oct 17, 2020
1 parent c0ef5a8 commit 6f125d7
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 38 deletions.
38 changes: 19 additions & 19 deletions docs/LICENSE.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/FoReco_package.html

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

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);
}
});
18 changes: 9 additions & 9 deletions docs/articles/accuracy_indices.html

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

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);
}
});
6 changes: 3 additions & 3 deletions docs/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,10 +1,10 @@
pandoc: 2.7.3
pandoc: 2.11.0.2
pkgdown: 1.6.1
pkgdown_sha: ~
articles:
FoReco_package: FoReco_package.html
accuracy_indices: accuracy_indices.html
last_built: 2020-10-17T11:31Z
last_built: 2020-10-17T13:11Z
urls:
reference: https://danigiro.github.io/FoReco/reference
article: https://danigiro.github.io/FoReco/articles
Expand Down
Loading

0 comments on commit 6f125d7

Please sign in to comment.