From 788d38e2ce7204c0aa0d1c25e16e4b9ea959cf8d Mon Sep 17 00:00:00 2001 From: Carsten Bauer Date: Wed, 31 Jan 2024 20:01:18 +0100 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index b51918bb..2796e490 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,37 @@ # OhMyThreads +[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg +[docs-dev-url]: https://JuliaFolds2.github.io/OhMyThreads.jl/dev + +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg +[docs-stable-url]: https://JuliaFolds2.github.io/OhMyThreads.jl/stable + +[ci-img]: https://github.com/JuliaFolds2/OhMyThreads.jl/actions/workflows/ci.yml/badge.svg +[ci-url]: https://github.com/JuliaFolds2/OhMyThreads.jl/actions/workflows/ci.yml + +[cov-img]: https://codecov.io/gh/JuliaFolds2/OhMyThreads.jl/branch/main/graph/badge.svg?token=Ze61CbGoO5 +[cov-url]: https://codecov.io/gh/JuliaFolds2/OhMyThreads.jl + +[lifecycle-img]: https://img.shields.io/badge/lifecycle-experimental-red.svg + +[code-style-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg +[code-style-url]: https://github.com/invenia/BlueStyle + + + +*Simple Multithreading in Julia* + +| **Documentation** | **Build Status** | **Quality** | +|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| +| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] [![][cov-img]][cov-url] | ![][lifecycle-img] | + #### This package is in very early development and is not yet registered This is meant to be a simple, unambitious package that provides user-friendly ways of doing task-parallel