Skip to content

Commit c4c312f

Browse files
committed
Move assets to inside docs
1 parent 65c3407 commit c4c312f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ __marimo__/
226226

227227

228228
# >>>>>>>>> CUSTOM THINGS ON TOP OF FILE <<<<<<<<<
229-
assets/*.json
230-
assets/*.jsonl
231-
assets/*.png
232-
assets/code_org
233-
assets/elo2_plots
229+
docs/visualization/*.json
230+
docs/visualization/*.jsonl
231+
docs/visualization/*.png
232+
docs/visualization/code_org
233+
docs/visualization/elo2_plots

codeclash/analysis/viz/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"o3": "#5E7CE2",
4040
}
4141

42-
ASSETS_DIR = REPO_DIR / "assets"
42+
ASSETS_DIR = REPO_DIR / "docs" / "visualization"
4343
FONT_REG = fm.FontProperties(fname=ASSETS_DIR / "texgyrepagella-regular.otf")
4444
FONT_BOLD = fm.FontProperties(fname=ASSETS_DIR / "texgyrepagella-bold.otf")
4545

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)