@@ -133,7 +134,7 @@
Dev status
diff --git a/logo.png b/logo.png
index d207785..ee5d55b 100644
Binary files a/logo.png and b/logo.png differ
diff --git a/pkgdown.js b/pkgdown.js
index 9757bf9..1a99c65 100644
--- a/pkgdown.js
+++ b/pkgdown.js
@@ -152,3 +152,11 @@ async function searchFuse(query, callback) {
});
});
})(window.jQuery || window.$)
+
+document.addEventListener('keydown', function(event) {
+ // Check if the pressed key is '/'
+ if (event.key === '/') {
+ event.preventDefault(); // Prevent any default action associated with the '/' key
+ document.getElementById('search-input').focus(); // Set focus to the search input
+ }
+});
diff --git a/pkgdown.yml b/pkgdown.yml
index 1b79eea..6390a63 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.1.11
-pkgdown: 2.1.0
+pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-09-02T02:38Z
+last_built: 2024-10-06T10:22Z
urls:
reference: https://stscl.github.io/sptorch/reference
article: https://stscl.github.io/sptorch/articles
diff --git a/reference/figures/logo.png b/reference/figures/logo.png
index d207785..ee5d55b 100644
Binary files a/reference/figures/logo.png and b/reference/figures/logo.png differ
diff --git a/reference/figures/sptorch.png b/reference/figures/sptorch.png
new file mode 100644
index 0000000..354e972
Binary files /dev/null and b/reference/figures/sptorch.png differ
diff --git a/reference/index.html b/reference/index.html
index 638f3ef..6e10d37 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -44,7 +44,7 @@