Skip to content

Commit 1f94601

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 6c089ee commit 1f94601

7 files changed

Lines changed: 58 additions & 58 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a8967aa1
1+
273192f9

chapters/chapter1.html

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.8.25">
5+
<meta name="generator" content="quarto-1.8.26">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

@@ -74,9 +74,9 @@
7474
<script src="../site_libs/quarto-html/tippy.umd.min.js"></script>
7575
<script src="../site_libs/quarto-html/anchor.min.js"></script>
7676
<link href="../site_libs/quarto-html/tippy.css" rel="stylesheet">
77-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
78-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
79-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
77+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
78+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-b758ccaa5987ceb1b75504551e579abf.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
79+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
8080
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
8181
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
8282
<link href="../site_libs/bootstrap/bootstrap-0b37c64f34216b628666a8dac638b53b.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
@@ -305,7 +305,7 @@ <h2 class="anchored" data-anchor-id="a-beautiful-dataframe">A beautiful datafram
305305
<section id="a-more-sophisticated-table" class="level2">
306306
<h2 class="anchored" data-anchor-id="a-more-sophisticated-table">A more sophisticated table</h2>
307307
<p>This section demonstrates how to create and display a simple pandas DataFrame.</p>
308-
<div id="79bd7345" class="cell" data-execution_count="3">
308+
<div id="a9cd680c" class="cell" data-execution_count="3">
309309
<details class="code-fold">
310310
<summary>Code</summary>
311311
<div class="code-copy-outer-scaffold"><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">from</span> great_tables <span class="im">import</span> GT, html</span>
@@ -337,52 +337,52 @@ <h2 class="anchored" data-anchor-id="a-more-sophisticated-table">A more sophisti
337337
<span id="cb3-27"><a href="#cb3-27" aria-hidden="true" tabindex="-1"></a>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
338338
</details>
339339
<div class="cell-output cell-output-display" data-execution_count="3">
340-
<div id="kylaqjpeez" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
340+
<div id="kzegludtqq" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
341341
<style>
342-
#kylaqjpeez table {
342+
#kzegludtqq table {
343343
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Fira Sans', 'Droid Sans', Arial, sans-serif;
344344
-webkit-font-smoothing: antialiased;
345345
-moz-osx-font-smoothing: grayscale;
346346
}
347347

348-
#kylaqjpeez thead, tbody, tfoot, tr, td, th { border-style: none; }
348+
#kzegludtqq thead, tbody, tfoot, tr, td, th { border-style: none; }
349349
tr { background-color: transparent; }
350-
#kylaqjpeez p { margin: 0; padding: 0; }
351-
#kylaqjpeez .gt_table { display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3; }
352-
#kylaqjpeez .gt_caption { padding-top: 4px; padding-bottom: 4px; }
353-
#kylaqjpeez .gt_title { color: #333333; font-size: 125%; font-weight: initial; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px; border-bottom-color: #FFFFFF; border-bottom-width: 0; }
354-
#kylaqjpeez .gt_subtitle { color: #333333; font-size: 85%; font-weight: initial; padding-top: 3px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; border-top-color: #FFFFFF; border-top-width: 0; }
355-
#kylaqjpeez .gt_heading { background-color: #FFFFFF; text-align: center; border-bottom-color: #FFFFFF; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; }
356-
#kylaqjpeez .gt_bottom_border { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; }
357-
#kylaqjpeez .gt_col_headings { border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; }
358-
#kylaqjpeez .gt_col_heading { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: normal; text-transform: inherit; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: bottom; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; overflow-x: hidden; }
359-
#kylaqjpeez .gt_column_spanner_outer { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: normal; text-transform: inherit; padding-top: 0; padding-bottom: 0; padding-left: 4px; padding-right: 4px; }
360-
#kylaqjpeez .gt_column_spanner_outer:first-child { padding-left: 0; }
361-
#kylaqjpeez .gt_column_spanner_outer:last-child { padding-right: 0; }
362-
#kylaqjpeez .gt_column_spanner { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; vertical-align: bottom; padding-top: 5px; padding-bottom: 5px; overflow-x: hidden; display: inline-block; width: 100%; }
363-
#kylaqjpeez .gt_spanner_row { border-bottom-style: hidden; }
364-
#kylaqjpeez .gt_group_heading { padding-top: 8px; padding-bottom: 8px; padding-left: 5px; padding-right: 5px; color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: middle; text-align: left; }
365-
#kylaqjpeez .gt_empty_group_heading { padding: 0.5px; color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; vertical-align: middle; }
366-
#kylaqjpeez .gt_from_md> :first-child { margin-top: 0; }
367-
#kylaqjpeez .gt_from_md> :last-child { margin-bottom: 0; }
368-
#kylaqjpeez .gt_row { padding-top: 8px; padding-bottom: 8px; padding-left: 5px; padding-right: 5px; margin: 10px; border-top-style: solid; border-top-width: 1px; border-top-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: middle; overflow-x: hidden; }
369-
#kylaqjpeez .gt_stub { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-right-style: solid; border-right-width: 2px; border-right-color: #D3D3D3; padding-left: 5px; padding-right: 5px; }
370-
#kylaqjpeez .gt_stub_row_group { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-right-style: solid; border-right-width: 2px; border-right-color: #D3D3D3; padding-left: 5px; padding-right: 5px; vertical-align: top; }
371-
#kylaqjpeez .gt_row_group_first td { border-top-width: 2px; }
372-
#kylaqjpeez .gt_row_group_first th { border-top-width: 2px; }
373-
#kylaqjpeez .gt_striped { background-color: rgba(128,128,128,0.05); }
374-
#kylaqjpeez .gt_table_body { border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; }
375-
#kylaqjpeez .gt_sourcenotes { color: #333333; background-color: #FFFFFF; border-bottom-style: none; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; }
376-
#kylaqjpeez .gt_sourcenote { font-size: 90%; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px; text-align: left; }
377-
#kylaqjpeez .gt_left { text-align: left; }
378-
#kylaqjpeez .gt_center { text-align: center; }
379-
#kylaqjpeez .gt_right { text-align: right; font-variant-numeric: tabular-nums; }
380-
#kylaqjpeez .gt_font_normal { font-weight: normal; }
381-
#kylaqjpeez .gt_font_bold { font-weight: bold; }
382-
#kylaqjpeez .gt_font_italic { font-style: italic; }
383-
#kylaqjpeez .gt_super { font-size: 65%; }
384-
#kylaqjpeez .gt_footnote_marks { font-size: 75%; vertical-align: 0.4em; position: initial; }
385-
#kylaqjpeez .gt_asterisk { font-size: 100%; vertical-align: 0; }
350+
#kzegludtqq p { margin: 0; padding: 0; }
351+
#kzegludtqq .gt_table { display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3; }
352+
#kzegludtqq .gt_caption { padding-top: 4px; padding-bottom: 4px; }
353+
#kzegludtqq .gt_title { color: #333333; font-size: 125%; font-weight: initial; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px; border-bottom-color: #FFFFFF; border-bottom-width: 0; }
354+
#kzegludtqq .gt_subtitle { color: #333333; font-size: 85%; font-weight: initial; padding-top: 3px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; border-top-color: #FFFFFF; border-top-width: 0; }
355+
#kzegludtqq .gt_heading { background-color: #FFFFFF; text-align: center; border-bottom-color: #FFFFFF; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; }
356+
#kzegludtqq .gt_bottom_border { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; }
357+
#kzegludtqq .gt_col_headings { border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; }
358+
#kzegludtqq .gt_col_heading { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: normal; text-transform: inherit; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: bottom; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; overflow-x: hidden; }
359+
#kzegludtqq .gt_column_spanner_outer { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: normal; text-transform: inherit; padding-top: 0; padding-bottom: 0; padding-left: 4px; padding-right: 4px; }
360+
#kzegludtqq .gt_column_spanner_outer:first-child { padding-left: 0; }
361+
#kzegludtqq .gt_column_spanner_outer:last-child { padding-right: 0; }
362+
#kzegludtqq .gt_column_spanner { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; vertical-align: bottom; padding-top: 5px; padding-bottom: 5px; overflow-x: hidden; display: inline-block; width: 100%; }
363+
#kzegludtqq .gt_spanner_row { border-bottom-style: hidden; }
364+
#kzegludtqq .gt_group_heading { padding-top: 8px; padding-bottom: 8px; padding-left: 5px; padding-right: 5px; color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: middle; text-align: left; }
365+
#kzegludtqq .gt_empty_group_heading { padding: 0.5px; color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; vertical-align: middle; }
366+
#kzegludtqq .gt_from_md> :first-child { margin-top: 0; }
367+
#kzegludtqq .gt_from_md> :last-child { margin-bottom: 0; }
368+
#kzegludtqq .gt_row { padding-top: 8px; padding-bottom: 8px; padding-left: 5px; padding-right: 5px; margin: 10px; border-top-style: solid; border-top-width: 1px; border-top-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3; vertical-align: middle; overflow-x: hidden; }
369+
#kzegludtqq .gt_stub { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-right-style: solid; border-right-width: 2px; border-right-color: #D3D3D3; padding-left: 5px; padding-right: 5px; }
370+
#kzegludtqq .gt_stub_row_group { color: #333333; background-color: #FFFFFF; font-size: 100%; font-weight: initial; text-transform: inherit; border-right-style: solid; border-right-width: 2px; border-right-color: #D3D3D3; padding-left: 5px; padding-right: 5px; vertical-align: top; }
371+
#kzegludtqq .gt_row_group_first td { border-top-width: 2px; }
372+
#kzegludtqq .gt_row_group_first th { border-top-width: 2px; }
373+
#kzegludtqq .gt_striped { background-color: rgba(128,128,128,0.05); }
374+
#kzegludtqq .gt_table_body { border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; }
375+
#kzegludtqq .gt_sourcenotes { color: #333333; background-color: #FFFFFF; border-bottom-style: none; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; }
376+
#kzegludtqq .gt_sourcenote { font-size: 90%; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px; text-align: left; }
377+
#kzegludtqq .gt_left { text-align: left; }
378+
#kzegludtqq .gt_center { text-align: center; }
379+
#kzegludtqq .gt_right { text-align: right; font-variant-numeric: tabular-nums; }
380+
#kzegludtqq .gt_font_normal { font-weight: normal; }
381+
#kzegludtqq .gt_font_bold { font-weight: bold; }
382+
#kzegludtqq .gt_font_italic { font-style: italic; }
383+
#kzegludtqq .gt_super { font-size: 65%; }
384+
#kzegludtqq .gt_footnote_marks { font-size: 75%; vertical-align: 0.4em; position: initial; }
385+
#kzegludtqq .gt_asterisk { font-size: 100%; vertical-align: 0; }
386386

387387
</style>
388388

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.8.25">
5+
<meta name="generator" content="quarto-1.8.26">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

@@ -43,9 +43,9 @@
4343
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
4444
<script src="site_libs/quarto-html/anchor.min.js"></script>
4545
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
46-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
47-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
48-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
46+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
47+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-b758ccaa5987ceb1b75504551e579abf.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
48+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
4949
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
5050
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
5151
<link href="site_libs/bootstrap/bootstrap-0b37c64f34216b628666a8dac638b53b.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">

notebooks/notebook1.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"This chunk shows how you can produce a beautiful figure."
1212
],
13-
"id": "20f4d814-f9c5-4883-aebe-f3dc8dd9e4fa"
13+
"id": "db359840-1d49-4d8e-bc18-cf485ab5a5f2"
1414
},
1515
{
1616
"cell_type": "code",
@@ -48,7 +48,7 @@
4848
"This section demonstrates how to create and display a simple pandas\n",
4949
"DataFrame."
5050
],
51-
"id": "fec48b2e-9f84-4ef7-89c7-0e17ffbd02a2"
51+
"id": "eac14ac5-76db-4780-81a8-ed558110fb03"
5252
},
5353
{
5454
"cell_type": "code",
@@ -67,7 +67,7 @@
6767
"df = pd.DataFrame(data)\n",
6868
"df"
6969
],
70-
"id": "7d0c20e0-d36b-4f03-983e-90abd133c3e5"
70+
"id": "de861fbb-fc33-4372-a4ba-a9e2d1b7181f"
7171
},
7272
{
7373
"cell_type": "markdown",
@@ -78,7 +78,7 @@
7878
"This section demonstrates how to create and display a simple pandas\n",
7979
"DataFrame."
8080
],
81-
"id": "a22b6c83-1807-4244-8784-3a7430f2738f"
81+
"id": "4e19f7f0-7a7a-4c34-ac7d-3e0d3c5ee8f9"
8282
},
8383
{
8484
"cell_type": "code",
@@ -126,7 +126,7 @@
126126
" .sub_missing(missing_text=\"\")\n",
127127
")"
128128
],
129-
"id": "83b387bc"
129+
"id": "43d21089"
130130
}
131131
],
132132
"nbformat": 4,

site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css renamed to site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site_libs/quarto-html/quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css renamed to site_libs/quarto-html/quarto-syntax-highlighting-dark-b758ccaa5987ceb1b75504551e579abf.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)