From 56e933258e365a153d8365aa225a16c254f4f37c Mon Sep 17 00:00:00 2001 From: Alessandrini Antoine Date: Wed, 11 Mar 2026 15:46:11 +0100 Subject: [PATCH] fix(docs): image path readme for pypi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f86e65..fc1e56c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ using either: - YAML project configuration - Optional SOFA and hardware integration -![pySimBlocks graphical editor](./docs/User_Guide/images/gui_example.png) +![pySimBlocks graphical editor](https://raw.githubusercontent.com/AlessandriniAntoine/pySimBlocks/main/docs/User_Guide/images/gui_example.png) ## Features @@ -90,7 +90,7 @@ plot_from_config(logs, plot_cfg) The resulting plot should look like this: -![Noise filter simulation](./docs/User_Guide/images/quick_example.png) +![Noise filtered](https://raw.githubusercontent.com/AlessandriniAntoine/pySimBlocks/main/docs/User_Guide/images/quick_example.png) See [examples/quick_start/filter.py](./examples/quick_start/filter.py) to run the example yourself.