Skip to content

Commit a5282a7

Browse files
committed
DOC more badges in README
1 parent 8c43f41 commit a5282a7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
Webstruct
22
=========
33

4+
.. image:: https://img.shields.io/pypi/v/webstruct.svg
5+
:target: https://pypi.python.org/pypi/webstruct
6+
:alt: PyPI Version
7+
48
.. image:: https://travis-ci.org/scrapinghub/webstruct.svg?branch=master
59
:target: https://travis-ci.org/scrapinghub/webstruct
10+
:alt: Build Status
611

712
.. image:: https://codecov.io/gh/scrapinghub/webstruct/branch/master/graph/badge.svg
813
:target: https://codecov.io/gh/scrapinghub/webstruct
14+
:alt: Code Coverage
15+
16+
.. image:: https://readthedocs.org/projects/webstruct/badge/?version=latest
17+
:target: http://webstruct.readthedocs.io/en/latest/
18+
:alt: Documentation
919

1020

1121
Webstruct is a library for creating statistical NER_ systems that work
@@ -20,7 +30,7 @@ Read the docs_ for more info.
2030

2131
License is MIT.
2232

23-
.. _docs: http://webstruct.readthedocs.org/en/latest/
33+
.. _docs: http://webstruct.readthedocs.io/en/latest/
2434
.. _NER: http://en.wikipedia.org/wiki/Named-entity_recognition
2535

2636
Contributing

0 commit comments

Comments
 (0)