Skip to content

Commit 8c482ee

Browse files
committed
organize README badges
* move urls to the bottom * add PkgEval badge: JuliaImages/Images.jl#862
1 parent 9bce55c commit 8c482ee

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# ImageSegmentation
22

3-
Julia package for multiple Image Segmentation Algorithms
3+
[![][travis-img]][travis-url]
4+
[![][pkgeval-img]][pkgeval-url]
5+
[![][codecov-img]][codecov-url]
6+
[![][docs-stable-img]][docs-stable-url]
7+
[![][docs-dev-img]][docs-dev-url]
48

5-
[![Build Status](https://travis-ci.org/JuliaImages/ImageSegmentation.jl.svg?branch=master)](https://travis-ci.org/JuliaImages/ImageSegmentation.jl)
9+
Julia package for multiple Image Segmentation Algorithms
610

7-
Read the documentation here:
11+
<!-- URLS -->
812

9-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaimages.github.io/latest)
13+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/I/ImageSegmentation.svg
14+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
15+
[travis-img]: https://travis-ci.org/JuliaImages/ImageSegmentation.jl.svg?branch=master
16+
[travis-url]: https://travis-ci.org/JuliaImages/ImageSegmentation.jl
17+
[codecov-img]: https://codecov.io/github/JuliaImages/ImageSegmentation.jl/coverage.svg?branch=master
18+
[codecov-url]: https://codecov.io/github/JuliaImages/ImageSegmentation.jl?branch=master
19+
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
20+
[docs-stable-url]: https://juliaimages.org/stable
21+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
22+
[docs-dev-url]: https://juliaimages.org/latest/

0 commit comments

Comments
 (0)