-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update README/Tutorial/Badges #399
Conversation
desilinguist
commented
Dec 12, 2017
- Update tutorial to show new log, new results and new config.
- Update readme with new badges.
- Minor updates to some other documentation, e.g., about learning curves and new installation instructions.
This branch is now ready for review. |
:target: https://anaconda.org/desilinguist/skll | ||
:alt: Conda package for SKLL | ||
|
||
.. image:: https://img.shields.io/pypi/pyversions/skll.svg |
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.
This image only lists 2.7, 3.3, and 3.4. Don't we support up to 3.6 at this point?
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.
It's automatically derived from PyPI so once the new package is uploaded with the new setup.py
, the badge should change to 2.7 and 3.6.
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.
LG to me