Skip to content

Commit

Permalink
Separate cellphonedb and scenic vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkrishnan committed Mar 1, 2024
1 parent caddea7 commit 2877682
Show file tree
Hide file tree
Showing 75 changed files with 871 additions and 278 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
^old\.README\.md$
^readme_images$
^scenic_bash$
^vignettes/articles$
2 changes: 2 additions & 0 deletions docs/404.html

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

2 changes: 2 additions & 0 deletions docs/LICENSE-text.html

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

8 changes: 8 additions & 0 deletions docs/articles/articles/cellphonedb_vignette.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="0;URL=https://FertigLab.github.io/domino2/articles/cellphonedb_vignette.html" />
<meta name="robots" content="noindex">
<link rel="canonical" href="https://FertigLab.github.io/domino2/articles/cellphonedb_vignette.html">
</head>
</html>

8 changes: 8 additions & 0 deletions docs/articles/articles/tf_scenic_vignette.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="0;URL=https://FertigLab.github.io/domino2/articles/tf_scenic_vignette.html" />
<meta name="robots" content="noindex">
<link rel="canonical" href="https://FertigLab.github.io/domino2/articles/tf_scenic_vignette.html">
</head>
</html>

144 changes: 144 additions & 0 deletions docs/articles/cellphonedb_vignette.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 ([email protected]) 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');
}
}
}
});
Loading

0 comments on commit 2877682

Please sign in to comment.