Commit 35d7b18
feat: Add professional badges and fix badge lightbox issue
Added professional shields.io badges to README and documentation homepage,
and fixed the lightbox JavaScript to exclude badges from clickable image
handling.
Changes:
- README.md: Added PyPI, Python version, MIT License, and GitHub stars badges
- docs/index.md: Added same badge set
- docs/javascripts/lightbox.js: Exclude shields.io and badge URLs from
lightbox (badges now click through to their links)
Badge links:
- PyPI badge → PyPI package page
- Python badge → Python downloads
- License badge → MIT license info
- GitHub stars → Main repo page (for starring)
This makes the project look more professional and makes it easy for
users to star the repo, check the package on PyPI, etc.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4eac889 commit 35d7b18
3 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments