-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3dd3e36
Showing
304 changed files
with
126,157 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.