From fd66fea49b43362e0259ae5ace54568f2b402eaa Mon Sep 17 00:00:00 2001 From: Diego Prada Date: Sat, 22 Jun 2024 13:31:10 -0600 Subject: [PATCH] Adding Badgets to README --- .github/workflows/sphinx_docs_to_gh_pages.yaml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx_docs_to_gh_pages.yaml b/.github/workflows/sphinx_docs_to_gh_pages.yaml index 62ecd9bf0..cacaebc78 100644 --- a/.github/workflows/sphinx_docs_to_gh_pages.yaml +++ b/.github/workflows/sphinx_docs_to_gh_pages.yaml @@ -1,4 +1,4 @@ -name: Sphinx docs to gh-pages +name: Updated documentation on: release: diff --git a/README.md b/README.md index c22a8d539..f1efb26f0 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ MolSysMT [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/137937243.svg)](https://zenodo.org/badge/latestdoi/137937243) [![](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://www.python.org/downloads/) -[![Install with conda](https://img.shields.io/badge/Install%20with-conda-brightgreen.svg)](https://conda.anaconda.org/uibcdf/MolSysMT) [![CI](https://github.com/uibcdf/MolSysMT/actions/workflows/CI.yaml/badge.svg)](https://github.com/uibcdf/MolSysMT/actions/workflows/CI.yaml) [![codecov](https://codecov.io/github/uibcdf/MolSysMT/graph/badge.svg?token=9ZMA4YZLOR)](https://codecov.io/github/uibcdf/MolSysMT) +[![Install with conda](https://img.shields.io/badge/Install%20with-conda-brightgreen.svg)](https://conda.anaconda.org/uibcdf/MolSysMT) [![Installation on ubuntu-latest](https://github.com/uibcdf/MolSysMT/actions/workflows/install_ubuntu_latest.yaml/badge.svg)](https://github.com/uibcdf/MolSysMT/actions/workflows/install_ubuntu_latest.yaml) [![Installation on macos-latest](https://github.com/uibcdf/MolSysMT/actions/workflows/install_macos_latest.yaml/badge.svg)](https://github.com/uibcdf/MolSysMT/actions/workflows/install_macos_latest.yaml) -[![Sphinx docs to gh-pages](https://github.com/uibcdf/MolSysMT/actions/workflows/sphinx_docs_to_gh_pages.yaml/badge.svg)](https://github.com/uibcdf/MolSysMT/actions/workflows/sphinx_docs_to_gh_pages.yaml) **[Installation](#installation)** | **[Documentation](#documentation)** |