Skip to content

Commit dcd79b6

Browse files
authored
Merge pull request #2 from utdata/quarto
rerenders to fix theme
2 parents 06d423b + 0af7dd3 commit dcd79b6

11 files changed

Lines changed: 27 additions & 248 deletions

demo-facets.qmd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ For this story we wanted to summarize candidate election campaign contributions
1111

1212
## Start with some data
1313

14-
1. Download this [TEC campaign finance data](data/tec-totals-preclean.xlsx) data. Put the file somewhere you can find it later.
14+
::: {.callout-note appearance="minimal"}
15+
<i class="bi bi-download"></i> [Download TEC campaign finance data](data/tec-totals-preclean.xlsx){download="data/tec-totals-preclean.xlsx"}
16+
:::
1517

16-
This is what the file looks like in Excel:
18+
19+
20+
1. Download the data linked above and put the file somewhere you can find it later.
21+
22+
You don't need to open it now, but this is what the file looks like in Excel:
1723

1824
![Data peek](img/tec-data-peek.png)
1925

docs/case-ahrq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<li class="sidebar-item">
110110
<div class="sidebar-item-container">
111111
<a href="./index.html" class="sidebar-item-text sidebar-link">
112-
<span class="menu-text">Home</span></a>
112+
<span class="menu-text">Overview</span></a>
113113
</div>
114114
</li>
115115
<li class="sidebar-item sidebar-item-section">

docs/case-ash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4040
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4141
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
42-
<link href="site_libs/bootstrap/bootstrap-5c604b029020b30881820a2e5e44c04a.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
42+
<link href="site_libs/bootstrap/bootstrap-7fcf3564f226491e16971c72581e7bae.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4343
<script id="quarto-search-options" type="application/json">{
4444
"location": "sidebar",
4545
"copy-button": false,
@@ -109,7 +109,7 @@
109109
<li class="sidebar-item">
110110
<div class="sidebar-item-container">
111111
<a href="./index.html" class="sidebar-item-text sidebar-link">
112-
<span class="menu-text">Home</span></a>
112+
<span class="menu-text">Overview</span></a>
113113
</div>
114114
</li>
115115
<li class="sidebar-item sidebar-item-section">

docs/demo-cluster.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
3737
<script src="site_libs/quarto-html/anchor.min.js"></script>
3838
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
39-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-d166b450ba5a8e9f7a0ab969bf6592c1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
39+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4040
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4141
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
42-
<link href="site_libs/bootstrap/bootstrap-7c6e47f0c7488ce5b248e3dbd7484e2e.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="dark">
42+
<link href="site_libs/bootstrap/bootstrap-7fcf3564f226491e16971c72581e7bae.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4343
<script id="quarto-search-options" type="application/json">{
4444
"location": "sidebar",
4545
"copy-button": false,
@@ -109,7 +109,7 @@
109109
<li class="sidebar-item">
110110
<div class="sidebar-item-container">
111111
<a href="./index.html" class="sidebar-item-text sidebar-link">
112-
<span class="menu-text">Home</span></a>
112+
<span class="menu-text">Overview</span></a>
113113
</div>
114114
</li>
115115
<li class="sidebar-item sidebar-item-section">

docs/demo-facets.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,19 @@ <h2 class="anchored" data-anchor-id="the-story-behind-the-lesson">The story behi
238238
</section>
239239
<section id="start-with-some-data" class="level2">
240240
<h2 class="anchored" data-anchor-id="start-with-some-data">Start with some data</h2>
241+
<div class="callout callout-style-simple callout-note no-icon">
242+
<div class="callout-body d-flex">
243+
<div class="callout-icon-container">
244+
<i class="callout-icon no-icon"></i>
245+
</div>
246+
<div class="callout-body-container">
247+
<p><i class="bi bi-download"></i> <a href="data/tec-totals-preclean.xlsx" download="data/tec-totals-preclean.xlsx">Download TEC campaign finance data</a></p>
248+
</div>
249+
</div>
250+
</div>
241251
<ol type="1">
242-
<li><p>Download this <a href="data/tec-totals-preclean.xlsx">TEC campaign finance data</a> data. Put the file somewhere you can find it later.</p>
243-
<p>This is what the file looks like in Excel:</p>
252+
<li><p>Download the data linked above and put the file somewhere you can find it later.</p>
253+
<p>You don’t need to open it now, but this is what the file looks like in Excel:</p>
244254
<div class="quarto-figure quarto-figure-center">
245255
<figure class="figure">
246256
<p><img src="img/tec-data-peek.png" class="img-fluid figure-img"></p>

docs/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"href": "demo-facets.html#start-with-some-data",
275275
"title": "Transforms & Facets",
276276
"section": "Start with some data",
277-
"text": "Start with some data\n\nDownload this TEC campaign finance data data. Put the file somewhere you can find it later.\nThis is what the file looks like in Excel:\n\n\n\nData peek\n\n\n\nThere are several things we’d like to do with this data:\n\nCreate a new “Candidate” column based on the PAC-based “Name” column, but clean up the values to just the candidate’s name.\nCreate a new “Election Cycle” column so we can later summarize the amounts over these two-year cycles.\nNormalize the “Race-Ethnicity” and “Party” columns.",
277+
"text": "Start with some data\n\n\n\n\n\n\n Download TEC campaign finance data\n\n\n\n\nDownload the data linked above and put the file somewhere you can find it later.\nYou don’t need to open it now, but this is what the file looks like in Excel:\n\n\n\nData peek\n\n\n\nThere are several things we’d like to do with this data:\n\nCreate a new “Candidate” column based on the PAC-based “Name” column, but clean up the values to just the candidate’s name.\nCreate a new “Election Cycle” column so we can later summarize the amounts over these two-year cycles.\nNormalize the “Race-Ethnicity” and “Party” columns.",
278278
"crumbs": [
279279
"Demos",
280280
"Transforms & Facets"

docs/site_libs/bootstrap/bootstrap-5c604b029020b30881820a2e5e44c04a.min.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/site_libs/bootstrap/bootstrap-68e2365ed708f55c597793be074e9239.min.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/site_libs/bootstrap/bootstrap-7c6e47f0c7488ce5b248e3dbd7484e2e.min.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/site_libs/bootstrap/bootstrap-f4e697a589e71b2806f3a431a24d9bf7.min.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)