From 11973975b02259fc642945ea4ee3ed07890a3005 Mon Sep 17 00:00:00 2001 From: Z J Wegert <60646897+zjwegert@users.noreply.github.com> Date: Wed, 15 May 2024 10:33:16 +1000 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd628f68..5dca6016 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # GridapTopOpt - -| **badges** | +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://zjwegert.github.io/GridapTopOpt.jl/stable) [![Build Status](https://github.com/zjwegert/GridapTopOpt.jl/workflows/CI/badge.svg?branch=main)](https://github.com/zjwegert/GridapTopOpt.jl/actions?query=workflow%3ACI) [![Codecov](https://codecov.io/gh/zjwegert/GridapTopOpt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/zjwegert/GridapTopOpt.jl) GridapTopOpt is computational toolbox for level set-based topology optimisation implemented in Julia and the [Gridap](https://github.com/gridap/Gridap.jl) package ecosystem. See the documentation and following publication for further details: @@ -8,11 +7,10 @@ GridapTopOpt is computational toolbox for level set-based topology optimisation ## Documentation -- [**STABLE**](...) — **Documentation for the most recently tagged version.** -- [**LATEST**](...) — *Documentation for the in-development version.* +- [**STABLE**](https://zjwegert.github.io/GridapTopOpt.jl/stable) — **Documentation for the most recently tagged version.** ## Citation In order to give credit to the `GridapTopOpt` contributors, we ask that you please reference the above paper along with the required citations for [Gridap](https://github.com/gridap/Gridap.jl?tab=readme-ov-file#how-to-cite-gridap). ## Known issues -- We currently require the `develop` branch of `GridapSolvers` for `GridapTopOpt`. Ensure that this is correctly loaded via `pkg> add GridapSolvers#develop`. \ No newline at end of file +- We currently require the `develop` branch of `GridapSolvers` for `GridapTopOpt`. Ensure that this is correctly loaded via `pkg> add GridapSolvers#develop`.