Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGuer committed May 7, 2019
1 parent b5658d9 commit c1514bc
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Barycentric Lagrange Interpolation

[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/LaGuer/barycentricLagrangeInterpolation)
| **OS** | **Documentation** | **Build Status** | **Code Coverage** |
|:---------------------------------------:|:-------------------------------------:|:-----------------------------------------:|:-------------------------------:|
| Linux |[![][docs-latest-img]][docs-latest-url]| [![Build Status][travis-img]][travis-url] | [![][codacy-img]][codacy-url] |
| OSX |[![][docs-latest-img]][docs-latest-url]| [![Build Status][travis-img]][travis-url] | [![][codecov-img]][codecov-url] |
| Windows |[![][docs-latest-img]][docs-latest-url]| [![Build Status][appvey-img]][appvey-url] | [![][coveral-img]][coveral-url] |
| BSD |[![][docs-latest-img]][docs-latest-url]| [![Build Status][cirrus-img]][cirrus-url] | [![][codecov-img]][codecov-url] |


[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/LaGuer/barycentricLagrangeInterpolation/master)
[![nbviewer](https://img.shields.io/badge/view%20on-nbviewer-brightgreen.svg)](https://nbviewer.jupyter.org/github/LaGuer/barycentricLagrangeInterpolation/blob/master/website-index.ipynb)

## What does this package provide?
Expand Down Expand Up @@ -48,3 +56,31 @@ I wrote this class as a utility class for a differential equation solver. For de

## Contact
If you have any questions - on the application of this package as well as on the mathematical background - don't hesitate to send an email to <w.lub92@gmail.com>.

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://LaGuer.github.io/barycentricLagrangeInterpolation/latest/

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://LaGuer.github.io/barycentricLagrangeInterpolation/stable/

[pkgeval-link]: http://pkg.julialang.org/?pkg=barycentricLagrangeInterpolation

[pkg-0.5-img]: http://pkg.julialang.org/badges/MathPhysicalConstants.0.5.svg
[pkg-0.5-url]: http://pkg.julialang.org/detail/MathPhysicalConstants.html
[pkg-0.6-img]: http://pkg.julialang.org/badges/MathPhysicalConstants.0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/detail/barycentricLagrangeInterpolation.html

[travis-img]: https://travis-ci.org/LaGuer/barycentricLagrangeInterpolation.svg?branch=master
[travis-url]: https://travis-ci.org/LaGuer/barycentricLagrangeInterpolation

[appvey-img]: https://ci.appveyor.com/api/projects/status/u8mg5dlhyb1vjcpe?svg=true
[appvey-url]: https://ci.appveyor.com/project/LaGuer/barycentricLagrangeInterpolation

[coveral-img]: https://coveralls.io/repos/github/LaGuer/barycentricLagrangeInterpolation/badge.svg?branch=master
[coveral-url]: https://coveralls.io/github/LaGuer/barycentricLagrangeInterpolation?branch=master

[codecov-img]: https://codecov.io/gh/LaGuer/barycentricLagrangeInterpolation/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/LaGuer/barycentricLagrangeInterpolation

[codacy-img]: https://api.codacy.com/project/badge/Grade/d09dc8fca5df4abd96d4ba0758f2554c
[codacy-url]: https://www.codacy.com/app/LaGuer/barycentricLagrangeInterpolation?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=LaGuer/barycentricLagrangeInterpolation&amp;utm_campaign=Badge_Grade

0 comments on commit c1514bc

Please sign in to comment.