From 4c4e3a4e3807493cc7b32a8b1d1d2b5ca55c2ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Str=C3=B6mer?= Date: Mon, 3 Jun 2024 19:10:16 +0200 Subject: [PATCH] docs: cleanup README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f93a581..113ec9b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ # Integrated Energy System Optimization (IESopt.jl) +[![License](https://img.shields.io/github/license/ait-energy/IESopt.jl)](LICENSE) [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ait-energy.github.io/IESopt.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ait-energy.github.io/IESopt.jl/dev/) + [![Build Status](https://github.com/ait-energy/IESopt.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ait-energy/IESopt.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/ait-energy/IESopt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ait-energy/IESopt.jl) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) -[![Code Style](https://img.shields.io/badge/code_style-custom-blue?style=flat&logo=julia&logoColor=white)](.JuliaFormatter.toml) -[![Readme Style](https://img.shields.io/badge/readme_style-standard-lime?style=flat&logo=julia&logoColor=white)](https://github.com/RichardLitt/standard-readme) -[![License](https://img.shields.io/github/license/ait-energy/IESopt.jl)](LICENSE) - **IESopt** (_Integrated Energy System Optimization_) is a modeling and optimization framework for integrated energy systems. @@ -47,6 +45,9 @@ TODO: Document the API of the package. ## Contributing +[![Code Style](https://img.shields.io/badge/code_style-custom-blue?style=flat&logo=julia&logoColor=white)](.JuliaFormatter.toml) +[![Readme Style](https://img.shields.io/badge/readme_style-standard-lime?style=flat&logo=julia&logoColor=white)](https://github.com/RichardLitt/standard-readme) + PRs accepted. ## License