Skip to content

Commit

Permalink
Update website to output generated at a34362e
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-xu committed Feb 2, 2024
1 parent 84c6d33 commit f871f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mermaid.initialize({ startOnLoad: true });
</script>
<!-- General and theme style sheets -->
<link href="reveal.js/dist/reveal.css" rel="stylesheet"/>
<link href="https://unpkg.com/reveal.js@4.0.2/dist/reveal.css" rel="stylesheet"/>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
Expand Down Expand Up @@ -7428,7 +7428,7 @@
init_mathjax();
</script>
<!-- End of mathjax configuration --><!-- Reveal Theme -->
<link href="reveal.js/dist/theme/simple.css" id="theme" rel="stylesheet"/>
<link href="https://unpkg.com/reveal.js@4.0.2/dist/theme/simple.css" id="theme" rel="stylesheet"/>
</head>
<body class="jp-Notebook" data-jp-theme-light="true" data-jp-theme-name="JupyterLab Light">
<main>
Expand Down Expand Up @@ -8154,8 +8154,8 @@ <h3 id="Packages">Packages<a class="anchor-link" href="#Packages">¶</a></h3><ul
waitSeconds: 15
},
[
"reveal.js/dist/reveal.js",
"reveal.js/plugin/notes/notes.js"
"https://unpkg.com/reveal.js@4.0.2/dist/reveal.js",
"https://unpkg.com/reveal.js@4.0.2/plugin/notes/notes.js"
],

function(Reveal, RevealNotes){
Expand Down

0 comments on commit f871f54

Please sign in to comment.