Skip to content

Commit

Permalink
Move images for benchmark docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Burbulla committed Apr 10, 2024
1 parent 4b5e3b8 commit 3e00117
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions benchmarks/html/navierstokes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions build_scripts/copy_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ def on_shutdown():
file.unlink()
for file in docs_benchmarks_dir.glob("*.png"):
file.unlink()
for file in docs_benchmarks_dir.glob("*.svg"):
file.unlink()
2 changes: 2 additions & 0 deletions docs/benchmarks/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
table.html
style.css
img
*.png
*.svg
Binary file removed docs/benchmarks/navierstokes.png
Binary file not shown.

0 comments on commit 3e00117

Please sign in to comment.