-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add status badges to README #303
Add status badges to README #303
Conversation
Inserted various status badges for CI, code coverage, documentation, linting, type checking, license, Python versions, latest release, and package downloads. These badges provide quick visual indicators of the project's current state and integrations.
Please see the rendered README at https://github.com/douglatornell/VirtualiZarr/tree/readme-badges Similarities and differences from the collection of badges in the xarray README:
|
I can't get the conda downloads badge to work as I would like. As committed the badge says "downloads" instead of "conda|downloads". That's from: |
Awesome, thank you @douglatornell !
Oh good point. I think we could just make one? Raised #305 to track this idea.
VirtualiZarr has nothing specific, but we could link to the
The xarray badge seems a little different - I think it might refer to the number of downloads from the anaconda distribution itself, not just conda-forge. VirtualiZarr isn't in the anaconda distribution.
There's a typo in the word "virtualizarr" in this link - could that be the issue? |
Swapped the Conda downloads badge URL to a consistent `shields.io` link that provided the "conda|downloads" label. This change aligns the appearance of the Conda badge with the other badges on the page.
It turns out that there's a conda downloads badge defined on shields.io. I just needed to look in the right place: https://shields.io/badges/conda-downloads |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Inserted various status badges for CI, code coverage, documentation, linting, type checking, license, Python versions, latest release, and package downloads. These badges provide quick visual indicators of the project's current state and integrations.