diff --git a/dev/articles/BuildingDeepModels.html b/dev/articles/BuildingDeepModels.html index d3cffbf..1018dcc 100644 --- a/dev/articles/BuildingDeepModels.html +++ b/dev/articles/BuildingDeepModels.html @@ -66,7 +66,7 @@
vignettes/BuildingDeepModels.Rmd
BuildingDeepModels.Rmd
vignettes/FirstModel.Rmd
FirstModel.Rmd
vignettes/Installing.Rmd
Installing.Rmd
vignettes/TransferLearning.Rmd
TransferLearning.Rmd
Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/pkgdown.js b/dev/pkgdown.js index 9757bf9..1a99c65 100644 --- a/dev/pkgdown.js +++ b/dev/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/dev/pkgdown.yml b/dev/pkgdown.yml index 6324de4..d8f8136 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -1,12 +1,12 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: BuildingDeepModels: BuildingDeepModels.html FirstModel: FirstModel.html Installing: Installing.html TransferLearning: TransferLearning.html -last_built: 2024-08-02T07:44Z +last_built: 2024-10-08T06:58Z urls: reference: https://ohdsi.github.com/DeepPatientLevelPrediction/reference article: https://ohdsi.github.com/DeepPatientLevelPrediction/articles diff --git a/dev/reference/DeepPatientLevelPrediction.html b/dev/reference/DeepPatientLevelPrediction.html index cc249b4..e0f8372 100644 --- a/dev/reference/DeepPatientLevelPrediction.html +++ b/dev/reference/DeepPatientLevelPrediction.html @@ -74,7 +74,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/checkHigherEqual.html b/dev/reference/checkHigherEqual.html index 3c711e6..bcd9226 100644 --- a/dev/reference/checkHigherEqual.html +++ b/dev/reference/checkHigherEqual.html @@ -73,7 +73,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/checkIsClass.html b/dev/reference/checkIsClass.html index 3a0e11f..e82cc9e 100644 --- a/dev/reference/checkIsClass.html +++ b/dev/reference/checkIsClass.html @@ -73,7 +73,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/fitEstimator.html b/dev/reference/fitEstimator.html index 55304a4..3b24611 100644 --- a/dev/reference/fitEstimator.html +++ b/dev/reference/fitEstimator.html @@ -85,7 +85,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/gridCvDeep.html b/dev/reference/gridCvDeep.html index 2e3e3e9..4a8016a 100644 --- a/dev/reference/gridCvDeep.html +++ b/dev/reference/gridCvDeep.html @@ -85,7 +85,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/index.html b/dev/reference/index.html index e95e412..37d7d92 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -180,7 +180,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/predictDeepEstimator.html b/dev/reference/predictDeepEstimator.html index c69f0c3..66739d8 100644 --- a/dev/reference/predictDeepEstimator.html +++ b/dev/reference/predictDeepEstimator.html @@ -77,7 +77,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/setDefaultResNet.html b/dev/reference/setDefaultResNet.html index de5e049..6185777 100644 --- a/dev/reference/setDefaultResNet.html +++ b/dev/reference/setDefaultResNet.html @@ -77,7 +77,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/setFinetuner.html b/dev/reference/setFinetuner.html index 5cc6617..105954f 100644 --- a/dev/reference/setFinetuner.html +++ b/dev/reference/setFinetuner.html @@ -73,7 +73,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.
diff --git a/dev/reference/setMultiLayerPerceptron.html b/dev/reference/setMultiLayerPerceptron.html index 12521b2..9006eec 100644 --- a/dev/reference/setMultiLayerPerceptron.html +++ b/dev/reference/setMultiLayerPerceptron.html @@ -114,7 +114,7 @@Site built with pkgdown 2.1.0.
+Site built with pkgdown 2.1.1.