Skip to content

Commit 486b260

Browse files
authored
Merge pull request #69 from commit-0/analysis_in_docs
update docs building for leaderboard
2 parents 5724927 + bae65ce commit 486b260

File tree

6 files changed

+327
-203
lines changed

6 files changed

+327
-203
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ config.yml
167167
hydra_outputs/
168168
.commit0*
169169
.agent*
170-
docs/analysis_*.md
170+
docs/analysis*.md

docs/analysis.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/javascripts/tablesort.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
document$.subscribe(function() {
2+
var tables = document.querySelectorAll("article table:not([class])")
3+
tables.forEach(function(table) {
4+
new Tablesort(table)
5+
})
6+
})

0 commit comments

Comments
 (0)