diff --git a/README.md b/README.md index 0c7b68d8..f12b1a53 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahub.com/docs/Roots/) -Linux: [![Build Status](https://travis-ci.org/JuliaMath/Roots.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/Roots.jl) -Windows: [![Build status](https://ci.appveyor.com/api/projects/status/goteuptn5kypafyl?svg=true)](https://ci.appveyor.com/project/jverzani/roots-jl) - # Root finding functions for Julia +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/Roots.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/Roots.jl/dev) +[![Build Status](https://github.com/JuliaMath/Roots.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/Roots.jl/actions) +[![codecov](https://codecov.io/gh/JuliaMath/Roots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/Roots.jl) + This package contains simple routines for finding roots of continuous scalar functions of a single real variable. The `find_zero` function provides the primary interface. It supports various algorithms through the diff --git a/docs/make.jl b/docs/make.jl index 39dc1f4c..bdf5cb92 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,9 +9,6 @@ makedocs( modules = [Roots] ) -# Documenter can also automatically deploy documentation to gh-pages. -# See "Hosting Documentation" and deploydocs() in the Documenter manual -# for more information. -#=deploydocs( - repo = "" -)=# +deploydocs( + repo = "github.com/JuliaMath/Roots.jl" +)