Skip to content

Commit

Permalink
add CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Sep 14, 2017
1 parent 7f29e5b commit 0e698b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DiffResults

[![Build Status](https://travis-ci.org/JuliaDiff/DiffResults.jl.svg?branch=master)](https://travis-ci.org/JuliaDiff/DiffResults.jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaDiff/DiffResults.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaDiff/DiffResults.jl?branch=master)

[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://www.juliadiff.org/DiffResults.jl/stable)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](http://www.juliadiff.org/DiffResults.jl/latest)

Many differentiation techniques can calculate primal values and multiple orders of
derivatives simultaneously. In other words, there are techniques for computing `f(x)`,
`∇f(x)` and `H(f(x))` in one fell swoop!
Expand Down

0 comments on commit 0e698b2

Please sign in to comment.