Skip to content

Commit 8c23628

Browse files
Merge pull request #10 from ArnoStrouwen/patch-1
[skip ci] badges
2 parents 9170d0e + 1c55900 commit 8c23628

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# CommonSolve
22

3+
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
4+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](http://commonsolve.sciml.ai/stable/)
5+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/CommonSolve/)
6+
7+
[![codecov](https://codecov.io/gh/SciML/CommonSolve.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/CommonSolve.jl)
38
[![Build Status](https://github.com/SciML/CommonSolve.jl/workflows/CI/badge.svg)](https://github.com/SciML/CommonSolve.jl/actions?query=workflow%3ACI)
49

10+
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
11+
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
12+
513
This holds the common `solve`, `init`, and `solve!` commands. By using the same definition,
614
solver libraries from other completely different ecosystems can extend the functions and thus
715
not clash with SciML if both ecosystems export the `solve` command. The rules are that

0 commit comments

Comments
 (0)