Skip to content

Commit 9093ce9

Browse files
committed
moves readme badges to correct place
1 parent fdc9411 commit 9093ce9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# pyrtools: tools for multi-scale image processing
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/LabForComputationalVision/pyrtools/blob/master/LICENSE)
4+
5+
![Python version](https://img.shields.io/badge/python-3.5%7C3.6%7C3.7-blue.svg)
6+
7+
[![Build Status](https://travis-ci.com/LabForComputationalVision/pyrtools.svg?branch=master)](https://travis-ci.com/LabForComputationalVision/pyrtools)
8+
9+
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
10+
11+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/master?filepath=TUTORIALS%2F)
12+
313
Briefly, the tools include:
414
- Recursive multi-scale image decompositions (pyramids), including
515
Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These
@@ -51,16 +61,6 @@ IPython is optional. If it's not installed,
5161
(but since this is for displaying the animated image in a Jupyter /
5262
IPython notebook, you probably won't need that functionality).
5363

54-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/LabForComputationalVision/pyrtools/blob/master/LICENSE)
55-
56-
[![Python version](https://img.shields.io/badge/python-3.5%7C3.6%7C3.7-blue.svg)]
57-
58-
[![Build Status](https://travis-ci.com/LabForComputationalVision/pyrtools.svg?branch=master)](https://travis-ci.com/LabForComputationalVision/pyrtools)
59-
60-
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
61-
62-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/master?filepath=TUTORIALS%2F)
63-
6464
# Authors
6565

6666
Rob Young and Eero Simoncelli, 7/13

0 commit comments

Comments
 (0)