Skip to content

Commit 7892948

Browse files
committed
move badges to top
1 parent 55060cb commit 7892948

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# VarianceComponentModels
22

3-
[![Build Status](https://travis-ci.org/OpenMendel/VarianceComponentModels.jl.svg?branch=master)](https://travis-ci.org/OpenMendel/VarianceComponentModels.jl)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/5yyf2m4y8p68glbh/branch/master?svg=true)](https://ci.appveyor.com/project/Hua-Zhou/variancecomponentmodels-jl-cw40h/branch/master)
5-
[![Coverage Status](https://coveralls.io/repos/github/OpenMendel/VarianceComponentModels.jl/badge.svg?branch=master)](https://coveralls.io/github/OpenMendel/VarianceComponentModels.jl?branch=master)
6-
[![codecov](https://codecov.io/gh/OpenMendel/VarianceComponentModels.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/OpenMendel/VarianceComponentModels.jl)
3+
| **Documentation** | **Build Status** | **Code Coverage** |
4+
|-------------------|------------------|--------------------|
5+
| [![](https://img.shields.io/badge/docs-current-blue.svg)](https://openmendel.github.io/VarianceComponentModels.jl/latest/) | [![Build Status](https://travis-ci.org/OpenMendel/VarianceComponentModels.jl.svg?branch=master)](https://travis-ci.org/OpenMendel/VarianceComponentModels.jl) [![Build status](https://ci.appveyor.com/api/projects/status/5yyf2m4y8p68glbh/branch/master?svg=true)](https://ci.appveyor.com/project/Hua-Zhou/variancecomponentmodels-jl-cw40h/branch/master) | [![Coverage Status](https://coveralls.io/repos/github/OpenMendel/VarianceComponentModels.jl/badge.svg?branch=master)](https://coveralls.io/github/OpenMendel/VarianceComponentModels.jl?branch=master)
6+
[![codecov](https://codecov.io/gh/OpenMendel/VarianceComponentModels.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/OpenMendel/VarianceComponentModels.jl) |
77

88
This [Julia](http://julialang.org/) package provides computational routines for fitting and testing variance component models. VarianceComponentModels is one package of the umbrella [OpenMendel](https://openmendel.github.io) project.
99

10-
[![](https://img.shields.io/badge/docs-current-blue.svg)](https://openmendel.github.io/VarianceComponentModels.jl/latest/)
11-
1210
## Installation
1311

1412
*Note: The three OpenMendel packages (1) [SnpArrays](https://openmendel.github.io/SnpArrays.jl/latest/), (2) [Search](https://openmendel.github.io/Search.jl), and (3) [MendelBase](https://openmendel.github.io/MendelBase.jl) must be installed before any other OpenMendel package will run. It is easiest if these three packages are installed in the above order and before any other OpenMendel package.*

0 commit comments

Comments
 (0)