From 84872fa30ebcca76e306a2a82c8263bcad8b8823 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Sat, 19 Oct 2024 15:59:09 -0400 Subject: [PATCH] Modify image path --- README.md | 2 +- docs/scripts/sync.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adaaaba..9f9318a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tinytopics +# tinytopics Topic modeling via sum-to-one constrained Poisson non-negative matrix factorization (NMF), built on PyTorch and runs on GPU. diff --git a/docs/scripts/sync.sh b/docs/scripts/sync.sh index a2ee1d4..9a6d9ed 100644 --- a/docs/scripts/sync.sh +++ b/docs/scripts/sync.sh @@ -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