Skip to content

Commit

Permalink
Built site for Structstrings: 1.5.2@5b208cf
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Jul 18, 2020
1 parent 3b1748c commit d552863
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 89 deletions.
4 changes: 2 additions & 2 deletions 404.html

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

71 changes: 28 additions & 43 deletions articles/Structstrings.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,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
4 changes: 2 additions & 2 deletions articles/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 authors.html

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

31 changes: 20 additions & 11 deletions index.html

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

8 changes: 4 additions & 4 deletions pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandoc: '2.2'
pkgdown: 1.5.0.9000
pkgdown_sha: c5ae5e31eece09befc29ae27caa8f0153576827a
pandoc: 2.7.3
pkgdown: 1.5.1
pkgdown_sha: ~
articles:
Structstrings: Structstrings.html
last_built: 2020-03-26T20:23Z
last_built: 2020-07-18T13:59Z

4 changes: 2 additions & 2 deletions reference/DotBracketDataFrame.html

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

4 changes: 2 additions & 2 deletions reference/DotBracketString.html

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

4 changes: 2 additions & 2 deletions reference/DotBracketStringSet-io.html

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

Loading

0 comments on commit d552863

Please sign in to comment.