From 205f79f47e76d85f510489b4b79c2fda10228066 Mon Sep 17 00:00:00 2001 From: Joel Dahne Date: Fri, 6 Oct 2023 11:32:59 +0200 Subject: [PATCH] README: Add links to documentation (not working yet) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 87c7bf56..a6009bfa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Arblib.jl +[![][docs-stable-img]][docs-stable-url] +[![][docs-dev-img]][docs-dev-url] + This package is a thin, efficient wrapper around [Arb](http://arblib.org) - a C library for arbitrary-precision ball arithmetic. The package is currently in early development. More features and @@ -254,3 +257,8 @@ Enabling a threaded version of flint can be done by setting the environment variable `NEMO_THREADED=1`. Note that this should be set before `Arblib.jl` is loaded. To set the actual number of threads, use `Arblib.flint_set_num_threads($numberofthreads)`. + +[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg +[docs-dev-url]: https://Kalmarek.github.io/Arblib.jl/dev/ +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg +[docs-stable-url]: https://Kalmarek.github.io/Arblib.jl/stable