Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed Feb 7, 2025
0 parents commit 3dd3e36
Show file tree
Hide file tree
Showing 304 changed files with 126,157 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
14 changes: 14 additions & 0 deletions building_an_interactive_ml_dashboard_in_panel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/hugging_face_template/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
14 changes: 14 additions & 0 deletions building_custom_panel_widgets_using_reactivehtml.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/reactivehtml/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
15 changes: 15 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* css styles */

/* Logo was too small in height */
.navbar-logo {
max-height: 48px;
}

/* Shadow under the header as in the Pydata theme */
#quarto-header {
box-shadow: 0 .125rem .25rem 0 #d8d8d8;
}

div.quarto-post .thumbnail img {
object-fit: contain;
}
14 changes: 14 additions & 0 deletions datashader_0.13.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/ds_release_0.13/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
Binary file added favicon.ico
Binary file not shown.
253 changes: 253 additions & 0 deletions holoviz-logo-unstacked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions hugging_face_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/hugging_face_template/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
14 changes: 14 additions & 0 deletions hvplot_0.8.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/hvplot_release_0.8/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
14 changes: 14 additions & 0 deletions hvplot_announcement.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"posts/hvplot_announcement/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
Loading

0 comments on commit 3dd3e36

Please sign in to comment.