From 8aed4266d18357c2e4d2456ed4604a22efbed4de Mon Sep 17 00:00:00 2001 From: "James P. Howard, II" Date: Mon, 20 Sep 2021 08:59:48 -0400 Subject: [PATCH] Update badges --- README.md | 8 +++++--- docs/index.rst | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1b4994..94d59fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -[![ConanCenter package](https://repology.org/badge/version-for-repo/conancenter/kami.svg)](https://repology.org/project/kami/versions) -[![Build (main)](https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/JHUAPL/kami/actions/workflows/build.yml) -[![Build (develop)](https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/JHUAPL/kami/actions/workflows/build.yml) +[![Build status (main)](https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/JHUAPL/kami/actions/workflows/build.yml) +[![Build status (develop)](https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/JHUAPL/kami/actions/workflows/build.yml) +[![Documentation status](https://readthedocs.org/projects/kami/badge/?version=latest)](https://kami.readthedocs.io/en/latest/?badge=latest) +[![Release status](https://img.shields.io/github/release/gabime/spdlog.svg)](https://github.com/gabime/spdlog/releases/latest) +[![ConanCenter status](https://repology.org/badge/version-for-repo/conancenter/kami.svg)](https://repology.org/project/kami/versions) # Kami is Agent-Based Modeling in Modern C++ diff --git a/docs/index.rst b/docs/index.rst index 3849494..b43e1ef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,20 @@ Introduction |Build| -.. |Build| image:: https://github.com/k3jph/kami/actions/workflows/build.yml/badge.svg - :target: https://github.com/k3jph/kami/actions/workflows/build.yml +.. |Build (main)| image:: https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=main + :target: https://github.com/JHUAPL/kami/actions/workflows/build.yml +.. |Build (develop)| image:: https://github.com/JHUAPL/kami/actions/workflows/build.yml/badge.svg?branch=develop + :target: https://github.com/JHUAPL/kami/actions/workflows/build.yml + :alt: Build status (develop) +.. |Documentation Status| image:: https://readthedocs.org/projects/kami/badge/?version=latest + :target: https://kami.readthedocs.io/en/latest/?badge=latest + :alt: Documentation status +.. |Release| image:: https://img.shields.io/github/release/JHUAPL/kami.svg + :target: https://github.com/JHUAPL/spdlog/kami/latest + :alt: Release status +.. |ConanCenter package| image:: https://repology.org/badge/version-for-repo/conancenter/kami.svg + :target: https://repology.org/project/kami/versions + :alt: ConanCenter status Kami is agent-based modeling modern C++. The objectives in writing Kami are that it be lightweight, memory-efficient, and fast. It