Skip to content

Commit

Permalink
updated benchmarks and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alustig3 committed Dec 29, 2024
1 parent e4d1040 commit ca537b2
Show file tree
Hide file tree
Showing 34 changed files with 816 additions and 480 deletions.
179 changes: 90 additions & 89 deletions benchmarking/timing_analysis.ipynb

Large diffs are not rendered by default.

140 changes: 89 additions & 51 deletions docs/404.html

Large diffs are not rendered by default.

27 changes: 25 additions & 2 deletions docs/stylesheets/extra.css → docs/_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ li > code{
}

.nav_button{
border:1px solid #ef5552;
border:1px solid teal;
border-radius:5px;
padding: 4px;
}
.nav_button:hover{
background-color: #ef5552;
background-color: teal;
color: white;
fill: white;
}
Expand All @@ -42,6 +42,10 @@ h2{
text-decoration: underline;
}

h3{
font-style: italic;
}

.md-footer__title{
color:black;
/* background:grey; */
Expand All @@ -56,6 +60,25 @@ h2{
background-color: white;
}

.md-footer__link{
border: 1px solid teal;
border-radius: 10px;

}
.md-footer__link:hover{
background-color: teal;
opacity: 1;
}

.md-footer__link:hover .md-footer__title{
color: white;
}

.md-footer__link:hover .md-footer__button{
color: white;
}


.md-footer-meta {
background-color: var(--md-footer-bg-color);
}
File renamed without changes
29 changes: 0 additions & 29 deletions docs/assets/javascripts/bundle.220ee61c.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/assets/javascripts/bundle.220ee61c.min.js.map

This file was deleted.

16 changes: 16 additions & 0 deletions docs/assets/javascripts/bundle.88dd0f4e.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/assets/javascripts/bundle.88dd0f4e.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/javascripts/lunr/min/lunr.el.min.js

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

Loading

0 comments on commit ca537b2

Please sign in to comment.