Skip to content

Commit

Permalink
Modify image path
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 19, 2024
1 parent 6748e36 commit 84872fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tinytopics <img src="assets/logo.png" align="right" width="120" />
# tinytopics <img src="docs/assets/logo.png" align="right" width="120" />

Topic modeling via sum-to-one constrained Poisson non-negative
matrix factorization (NMF), built on PyTorch and runs on GPU.
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/sync.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Sync README.md
cp README.md docs/index.md
# Sync README.md with modified image path for docs/index.md
sed 's|docs/assets/logo.png|assets/logo.png|g' README.md > docs/index.md

# Sync articles
quarto render docs/articles/get-started.qmd
Expand Down

0 comments on commit 84872fa

Please sign in to comment.