Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
annacnev committed Oct 8, 2020
1 parent 1728ac4 commit e6455da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PyANN

[![Release Version](https://img.shields.io/github/release/annacnev/pyann.svg)](https://github.com/annacnev/pyann/releases/latest)
[![PyPI version](https://badge.fury.io/py/pyann.svg)](https://badge.fury.io/py/pyann)
[![Build Status](https://travis-ci.org/annacnev/pyann.svg?branch=master)](https://travis-ci.org/annacnev/pyann)
[![Documentation Status](https://readthedocs.org/projects/pyann/badge/?version=latest)](https://pyann.readthedocs.io/en/latest/?badge=latest)

Finds the k nearest neighbours for every point in a given dataset
Expand Down Expand Up @@ -28,7 +30,7 @@ PyANN requires Python>=3.6 due to the use of type annotations in the source code

### PyPI

The recommendation is to install the latest released version from [PyPI](https://pypi.org) by doing:
The recommendation is to install the latest released version from [PyPI](https://pypi.org/project/pyann/0.0.1/) by doing:

```
pip install pyann
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PyANN

[![Release Version](https://img.shields.io/github/release/annacnev/pyann.svg)](https://github.com/annacnev/pyann/releases/latest)
[![PyPI version](https://badge.fury.io/py/pyann.svg)](https://badge.fury.io/py/pyann)
[![Build Status](https://travis-ci.org/annacnev/pyann.svg?branch=master)](https://travis-ci.org/annacnev/pyann)
[![Documentation Status](https://readthedocs.org/projects/pyann/badge/?version=latest)](https://pyann.readthedocs.io/en/latest/?badge=latest)


Expand Down Expand Up @@ -29,7 +31,7 @@ PyANN requires Python>=3.6 due to the use of type annotations in the source code

### PyPI

The recommendation is to install the latest released version from [PyPI](https://pypi.org) by doing:
The recommendation is to install the latest released version from [PyPI](https://pypi.org/project/pyann/0.0.1/) by doing:

```
pip install pyann
Expand Down

0 comments on commit e6455da

Please sign in to comment.