Skip to content
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

docs: make badges link to travis and pypi #528

Merged
merged 2 commits into from
Oct 17, 2018

Conversation

nakulpathak3
Copy link
Contributor

@nakulpathak3 nakulpathak3 commented Oct 8, 2018

Currently the badges just open a static image of the badges. This makes it so that it opens the actual links to latest travis build and PyPi instead.

Updated README.

For context: https://docs.travis-ci.com/user/status-images/ this is where I got the Travis link button command.
And https://badge.fury.io/for/py/kazoo for the PyPi badge.

Update: Moved to using shields.io like it was before instead of badge.fury. Here's the README with shields.io.

Copy link
Member

@StephenSorriaux StephenSorriaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR, thanks!

Copy link
Member

@jeffwidman jeffwidman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not merge until we resolve this...

README.md Outdated

![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)
[![PyPI version](https://badge.fury.io/py/kazoo.svg)](https://badge.fury.io/py/kazoo)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this last one:

  1. Why switch away from shields.io as the image source?
  2. Why is the URL not pointing directly to PyPI? https://pypi.org/project/kazoo/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Didn't realize that it was a badge service (thought it was maybe just a static image host or something) until you mentioned it.
  2. badge.fury.io automatically redirects to PyPi kazoo. It's just the default way to use them as mentioned in their docs.

I've added a commit to switch back to shields.io and just fix the link instead after reading your comment though.

Copy link
Member

@jeffwidman jeffwidman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commits need to be squashed into a single one that matches the commit format. I am going to try do that during the merge, so approving.

@jeffwidman jeffwidman merged commit 367a1df into python-zk:master Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants