Skip to content

Commit 0d1f3eb

Browse files
committed
update doc
1 parent 23887a7 commit 0d1f3eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/readme.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
POT: Python Optimal Transport
22
=============================
33

4-
|Documentation Status|
4+
|PyPI version| |Build Status| |Documentation Status|
55

66
This open source Python library provide several solvers for optimization
77
problems related to Optimal Transport for signal, image processing and
@@ -156,5 +156,9 @@ Entropy Regularized Transport Problems. arXiv preprint arXiv:1610.06519.
156156
Scaling algorithms for unbalanced transport problems. arXiv preprint
157157
arXiv:1607.05816.
158158

159+
.. |PyPI version| image:: https://badge.fury.io/py/POT.svg
160+
:target: https://badge.fury.io/py/POT
161+
.. |Build Status| image:: https://travis-ci.org/rflamary/POT.svg?branch=master
162+
:target: https://travis-ci.org/rflamary/POT
159163
.. |Documentation Status| image:: https://readthedocs.org/projects/pot/badge/?version=latest
160164
:target: http://pot.readthedocs.io/en/latest/?badge=latest

0 commit comments

Comments
 (0)