Skip to content

Commit

Permalink
Deploying to gh-pages from @ 89ffe81 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
temospena committed Oct 6, 2024
1 parent 831855c commit 75e5dc2
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 29 deletions.
2 changes: 1 addition & 1 deletion 404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions articles/0_baseline_scenario.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions articles/1_emnac_scenario.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions articles/2_intermodal_scenario.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion articles/3_ebikes_scenario.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions articles/imob.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/propotype.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pkgdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
4 changes: 2 additions & 2 deletions pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown: 2.1.1
pkgdown_sha: ~
articles:
articles/0_baseline_scenario: 0_baseline_scenario.html
Expand All @@ -8,7 +8,7 @@ articles:
articles/3_ebikes_scenario: 3_ebikes_scenario.html
articles/imob: imob.html
articles/propotype: propotype.html
last_built: 2024-09-02T10:20Z
last_built: 2024-10-06T01:02Z
urls:
reference: https://u-shift.github.io/biclar/reference
article: https://u-shift.github.io/biclar/articles
2 changes: 1 addition & 1 deletion reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reference/rnet_lisbon.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions reference/tm_rnet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 75e5dc2

Please sign in to comment.