Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Aug 23, 2020
1 parent a769f90 commit a826e0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,9 +1,9 @@
# PyDSTool.jl

[![Build Status](https://travis-ci.org/JuliaDiffEq/PyDSTool.jl.svg?branch=master)](https://travis-ci.org/JuliaDiffEq/PyDSTool.jl)
[![Build Status](https://travis-ci.org/SciML/PyDSTool.jl.svg?branch=master)](https://travis-ci.org/SciML/PyDSTool.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/qgi1m49ruthu3bh5?svg=true)](https://ci.appveyor.com/project/ChrisRackauckas/pydstool-jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaDiffEq/PyDSTool.jl/badge.svg)](https://coveralls.io/github/JuliaDiffEq/PyDSTool.jl)
[![codecov.io](http://codecov.io/github/JuliaDiffEq/PyDSTool.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDiffEq/PyDSTool.jl?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/SciML/PyDSTool.jl/badge.svg)](https://coveralls.io/github/SciML/PyDSTool.jl)
[![codecov.io](http://codecov.io/github/SciML/PyDSTool.jl/coverage.svg?branch=master)](http://codecov.io/github/SciML/PyDSTool.jl?branch=master)

PyDSTool.jl is a wrapper for the PyDSTool Python library for analysis of dynamical
systems. This wrapper includes three parts:
Expand All @@ -15,7 +15,7 @@ systems. This wrapper includes three parts:

The tests show how to use the functionality.
It is used as an addon in the DifferentialEquations.jl ecosystem. It is recommended
that users use this functionality through [DifferentialEquations.jl](https://github.com/JuliaDiffEq/DifferentialEquations.jl).
that users use this functionality through [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl).

Bifurcation analysis is provided by the wrapper package PyDSTool.jl, which
wraps the functionality of PyDSTool. The the package has an interface for
Expand Down

0 comments on commit a826e0c

Please sign in to comment.