Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jul 23, 2024
1 parent 00c77d9 commit d3f0595
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dafa62a6
400196b8
452 changes: 226 additions & 226 deletions search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions tutorials/annotate_cell_types.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 25 additions & 29 deletions tutorials/genomic_ranges.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tutorials/sessioninfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h1 class="title">Session Info</h1>
<p>This book is automatically built to identify issues caused by changes in the dependencies. We use <a href="https://quarto.org/docs/books">quarto</a> for reproducing the scripts provided in this book.</p>
<section id="pre-requisites" class="level2">
<h2 class="anchored" data-anchor-id="pre-requisites">Pre-requisites</h2>
<div id="fff5026f" class="cell" data-execution_count="1">
<div id="aaef67ae" class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> sys</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> subprocess</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
Expand All @@ -238,7 +238,7 @@ <h2 class="anchored" data-anchor-id="pre-requisites">Pre-requisites</h2>
<section id="python" class="level2">
<h2 class="anchored" data-anchor-id="python">Python</h2>
<p>The Python version on the GitHub runner</p>
<div id="7e799018" class="cell" data-execution_count="2">
<div id="f620a3e6" class="cell" data-execution_count="2">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(sys.version_info)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display">
<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #800080; text-decoration-color: #800080; font-weight: bold">sys.version_info</span><span style="font-weight: bold">(</span><span style="color: #808000; text-decoration-color: #808000">major</span>=<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span>, <span style="color: #808000; text-decoration-color: #808000">minor</span>=<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">11</span>, <span style="color: #808000; text-decoration-color: #808000">micro</span>=<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">9</span>, <span style="color: #808000; text-decoration-color: #808000">releaselevel</span>=<span style="color: #008000; text-decoration-color: #008000">'final'</span>, <span style="color: #808000; text-decoration-color: #808000">serial</span>=<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">)</span>
Expand All @@ -249,7 +249,7 @@ <h2 class="anchored" data-anchor-id="python">Python</h2>
<section id="packages" class="level2">
<h2 class="anchored" data-anchor-id="packages">Packages</h2>
<p>Versions of packages installed for generating this build</p>
<div id="c99c55fd" class="cell" data-execution_count="3">
<div id="f58958ec" class="cell" data-execution_count="3">
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> math</span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> genomicranges</span>
Expand Down Expand Up @@ -384,10 +384,10 @@ <h2 class="anchored" data-anchor-id="packages">Packages</h2>
jupyterlab 4.2.4
notebook 7.2.1
-----
Python 3.11.9 (main, Jun 25 2024, 18:25:01) [GCC 11.4.0]
Linux-6.5.0-1023-azure-x86_64-with-glibc2.35
Python 3.11.9 (main, Jul 15 2024, 21:50:21) [GCC 11.4.0]
Linux-6.5.0-1024-azure-x86_64-with-glibc2.35
-----
Session information updated at 2024-07-22 23:34
Session information updated at 2024-07-23 05:44
</pre>
</details>
</div>
Expand Down

0 comments on commit d3f0595

Please sign in to comment.