Skip to content

Commit 509f86a

Browse files
authored
Reorganizes badges
1 parent ed8d694 commit 509f86a

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
[![Build Status](https://travis-ci.org/FourierFlows/FourierFlows.jl.svg?branch=master)](https://travis-ci.org/FourierFlows/FourierFlows.jl) [![Build status](https://ci.appveyor.com/api/projects/status/3hm86k8d4qdch730?svg=true)](https://ci.appveyor.com/project/navidcy/fourierflows-jl) [![codecov](https://codecov.io/gh/FourierFlows/FourierFlows.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/FourierFlows/FourierFlows.jl) [![Coverage Status](https://coveralls.io/repos/github/FourierFlows/FourierFlows.jl/badge.svg?branch=master)](https://coveralls.io/github/FourierFlows/FourierFlows.jl?branch=master)
1+
# FourierFlows.jl
2+
3+
<table>
4+
<tr align="center">
5+
<td><b>Documentation</b></td> <td>Travis</td> <td>Appveyor</td> <td>Code Coverage</td> <td>Citing</td>
6+
</tr>
7+
<tr align="center">
8+
<td><a href="https://FourierFlows.github.io/FourierFlows.jl/latest"><img src="https://img.shields.io/badge/docs-latest-blue.svg"></a></br><a href="https://FourierFlows.github.io/FourierFlows.jl/stable"><img src="https://img.shields.io/badge/docs-stable-blue.svg"></a></td> <td><a href="https://travis-ci.org/FourierFlows/FourierFlows.jl"><img src="https://travis-ci.org/FourierFlows/FourierFlows.jl.svg?branch=master" title="Build Status"></a><td><a href="https://ci.appveyor.com/project/navidcy/fourierflows-jl"><img src="https://ci.appveyor.com/api/projects/status/3hm86k8d4qdch730?svg=true" title="Build Status"></a></td> <td> <a href="https://codecov.io/gh/FourierFlows/FourierFlows.jl"><img src="https://codecov.io/gh/FourierFlows/FourierFlows.jl/branch/master/graph/badge.svg" title="codecov"></a></br>
9+
<a href="https://coveralls.io/github/FourierFlows/FourierFlows.jl?branch=master"><img src="https://coveralls.io/repos/github/FourierFlows/FourierFlows.jl/badge.svg?branch=master" title="Coverage status"></a></td> <td><a href="https://zenodo.org/badge/latestdoi/95982414"><img src="https://zenodo.org/badge/95982414.svg" title="DOI"></a></td>
10+
</tr>
11+
<tr align="center">
12+
<td></td><td colspan=2> <a href="http://pkg.julialang.org/detail/FourierFlows"><img src="http://pkg.julialang.org/badges/FourierFlows_0.6.svg" title="FourierFlows"></a></br>
13+
<a href="http://pkg.julialang.org/detail/FourierFlows"><img src="http://pkg.julialang.org/badges/FourierFlows_0.7.svg" title="FourierFlows"></a>
14+
</td> <td></td><td></td>
15+
</tr>
16+
</table>
217

3-
[![FourierFlows](http://pkg.julialang.org/badges/FourierFlows_0.6.svg)](http://pkg.julialang.org/detail/FourierFlows)
4-
[![FourierFlows](http://pkg.julialang.org/badges/FourierFlows_0.7.svg)](http://pkg.julialang.org/detail/FourierFlows)
5-
6-
7-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://FourierFlows.github.io/FourierFlows.jl/stable)
8-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://FourierFlows.github.io/FourierFlows.jl/latest)
9-
10-
[![DOI](https://zenodo.org/badge/95982414.svg)](https://zenodo.org/badge/latestdoi/95982414)
11-
12-
# FourierFlows
1318

1419
## Overview
1520

0 commit comments

Comments
 (0)