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 Aug 12, 2024
1 parent 098512b commit 20714e0
Show file tree
Hide file tree
Showing 91 changed files with 19,864 additions and 4,205 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45405940
65a38e45
26 changes: 13 additions & 13 deletions docs/apps/000-penguins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ <h1 class="title">000 Penguins</h1>
return df[df["Species"].isin(input.species())]


## file: requirements.txt
shiny==1.0.0
shinyswatch==0.2.4
seaborn==0.12.2
matplotlib==3.7.1
## file: penguins.csv
Species,Island,Bill Length (mm),Bill Depth (mm),Flipper Length (mm),Body Mass (g),Sex,Year
Adelie,Torgersen,39.1,18.7,181,3750,male,2007
Expand Down Expand Up @@ -573,12 +578,7 @@ <h1 class="title">000 Penguins</h1>
Chinstrap,Dream,49.6,18.2,193,3775,male,2009
Chinstrap,Dream,50.8,19,210,4100,male,2009
Chinstrap,Dream,50.2,18.7,198,3775,female,2009

## file: requirements.txt
shiny==1.0.0
shinyswatch==0.2.4
seaborn==0.12.2
matplotlib==3.7.1</code></pre>
</code></pre>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">
<pre class="shinylive-python" data-engine="python"><code>#| standalone: true
Expand Down Expand Up @@ -643,6 +643,11 @@ <h1 class="title">000 Penguins</h1>
return df[df["Species"].isin(input.species())]


## file: requirements.txt
shiny==1.0.0
shinyswatch==0.2.4
seaborn==0.12.2
matplotlib==3.7.1
## file: penguins.csv
Species,Island,Bill Length (mm),Bill Depth (mm),Flipper Length (mm),Body Mass (g),Sex,Year
Adelie,Torgersen,39.1,18.7,181,3750,male,2007
Expand Down Expand Up @@ -989,12 +994,7 @@ <h1 class="title">000 Penguins</h1>
Chinstrap,Dream,49.6,18.2,193,3775,male,2009
Chinstrap,Dream,50.8,19,210,4100,male,2009
Chinstrap,Dream,50.2,18.7,198,3775,female,2009

## file: requirements.txt
shiny==1.0.0
shinyswatch==0.2.4
seaborn==0.12.2
matplotlib==3.7.1</code></pre>
</code></pre>
</div>
<div id="tabset-1-3" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-3-tab">
<p>The source code for this exercise is at <a href="https://github.com/posit-conf-2024/intro-to-shiny-for-python/tree/main/docs/apps/000-penguins/problem" class="uri">https://github.com/posit-conf-2024/intro-to-shiny-for-python/tree/main/docs/apps/000-penguins/problem</a>.</p>
Expand Down Expand Up @@ -1098,7 +1098,7 @@ <h1 class="title">000 Penguins</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/posit-conf-2024\.github\.io\/intro-to-shiny-for-python\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
8 changes: 1 addition & 7 deletions docs/apps/101-input/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,6 @@
<a href="../../../docs/apps/102-output/index.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">102 Output</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../../../docs/apps/103-table/index.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">103 Table</span></a>
</div>
</li>
</ul>
</li>
Expand Down Expand Up @@ -423,7 +417,7 @@ <h1 class="title">101 Input</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/posit-conf-2024\.github\.io\/intro-to-shiny-for-python\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
14 changes: 5 additions & 9 deletions docs/apps/102-output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,6 @@
<a href="../../../docs/apps/102-output/index.html" class="sidebar-item-text sidebar-link active">
<span class="menu-text">102 Output</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../../../docs/apps/103-table/index.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">103 Table</span></a>
</div>
</li>
</ul>
</li>
Expand Down Expand Up @@ -299,7 +293,8 @@ <h1 class="title">102 Output</h1>
txt="Some text to display in code format"
return txt
## file: requirements.txt
shiny==1.0.0</code></pre>
shiny==1.0.0
shinywidgets</code></pre>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">
<pre class="shinylive-python" data-engine="python"><code>#| standalone: true
Expand All @@ -313,7 +308,8 @@ <h1 class="title">102 Output</h1>
txt="Some text to display in code format"
return txt
## file: requirements.txt
shiny==1.0.0</code></pre>
shiny==1.0.0
shinywidgets</code></pre>
</div>
<div id="tabset-1-3" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-3-tab">
<p>The source code for this exercise is at <a href="https://github.com/posit-conf-2024/intro-to-shiny-for-python/tree/main/docs/apps/102-output/problem" class="uri">https://github.com/posit-conf-2024/intro-to-shiny-for-python/tree/main/docs/apps/102-output/problem</a>.</p>
Expand Down Expand Up @@ -417,7 +413,7 @@ <h1 class="title">102 Output</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/posit-conf-2024\.github\.io\/intro-to-shiny-for-python\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
Loading

0 comments on commit 20714e0

Please sign in to comment.