Skip to content

Commit 23887a7

Browse files
committed
add pypi badge
1 parent 916d033 commit 23887a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# POT: Python Optimal Transport
22

3-
4-
[![Documentation Status](https://readthedocs.org/projects/pot/badge/?version=latest)](http://pot.readthedocs.io/en/latest/?badge=latest)
3+
[![PyPI version](https://badge.fury.io/py/POT.svg)](https://badge.fury.io/py/POT)
54
[![Build Status](https://travis-ci.org/rflamary/POT.svg?branch=master)](https://travis-ci.org/rflamary/POT)
5+
[![Documentation Status](https://readthedocs.org/projects/pot/badge/?version=latest)](http://pot.readthedocs.io/en/latest/?badge=latest)
66

77

88
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Contents
1717
examples
1818

1919
.. include:: readme.rst
20-
:start-line: 5
20+
:start-line: 6
2121

2222

2323
Indices and tables

0 commit comments

Comments
 (0)