Browse Source

README update

pull/1/head
Fredrik Ekre 8 years ago
parent
commit
b6cd3a2f0e
  1. 21
      README.md
  2. 1
      docs/make.jl

21
README.md

@ -1,7 +1,22 @@ @@ -1,7 +1,22 @@
# Examples
[![Build Status](https://travis-ci.org/fredrikekre/Examples.jl.svg?branch=master)](https://travis-ci.org/fredrikekre/Examples.jl)
| **Documentation** | **Build Status** |
|:------------------------------------------------------------------------------- |:-----------------------------------------------------------------------------------------------|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
[![Coverage Status](https://coveralls.io/repos/fredrikekre/Examples.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/fredrikekre/Examples.jl?branch=master)
[![codecov.io](http://codecov.io/github/fredrikekre/Examples.jl/coverage.svg?branch=master)](http://codecov.io/github/fredrikekre/Examples.jl?branch=master)
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://fredrikekre.github.io/Examples.jl/latest/
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://fredrikekre.github.io/Examples.jl/stable
[travis-img]: https://travis-ci.org/fredrikekre/Examples.jl.svg?branch=master
[travis-url]: https://travis-ci.org/fredrikekre/Examples.jl
[appveyor-img]: https://ci.appveyor.com/api/projects/status/xe0ghtyas12wv555/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/fredrikekre/Examples-jl/branch/master
[codecov-img]: https://codecov.io/gh/fredrikekre/Examples.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/fredrikekre/Examples.jl

1
docs/make.jl

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
using Revise
using Documenter
using Examples

Loading…
Cancel
Save