1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 15 Mar 2026 09:43:57 +0200
Subject: docs: Remove iframe linkage to https://pypacktrends.com
Another sideloading we don't need within the -doc package.
Forwarded: not-needed
---
docs/alternatives.md | 8 --------
1 file changed, 8 deletions(-)
diff --git a/docs/alternatives.md b/docs/alternatives.md
index d4ba556..68ca7c3 100644
--- a/docs/alternatives.md
+++ b/docs/alternatives.md
@@ -9,11 +9,3 @@ There are several others to:
All of them have things that make them unique. What sets inline-snapshot apart is the ability to store snapshots directly in the source code. This leads to less indirections in the code which improves readability and code-reviews.
If you miss a feature that is available in other libraries, please let me know.
-
-<iframe
- src="https://pypacktrends.com/embed?packages=inline-snapshot&packages=snapshottest&packages=syrupy&packages=pytest-snapshot&packages=pytest-insta&time_range=2years"
- width="100%"
- height="520"
- frameborder="0"
->
-</iframe>
|