Skip to content

Commit

Permalink
- updated test badges and reorganized them
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Feb 10, 2024
1 parent aeb6c73 commit f2d410d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coreTests_LinuxUbuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (Ubuntu)
name: Linux

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coreTests_MacIntel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Core Functions
name: Mac Intel

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coreTests_MacM1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Core Functions
name: Mac M1

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coreTests_Windows.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Core Functions
name: Windows

on:
push:
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
## pySIPFENN
![GitHub top language](https://img.shields.io/github/languages/top/PhasesResearchLab/pysipfenn)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pysipfenn)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
![PyPI](https://img.shields.io/pypi/v/pysipfenn)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pysipfenn)

[![stable](https://img.shields.io/badge/Read%20The%20Docs-Stable-green)](https://pysipfenn.readthedocs.io/en/stable/)
[![latest](https://img.shields.io/badge/Read%20The%20Docs-Latest-green)](https://pysipfenn.readthedocs.io/en/latest/)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

[![Partial Test](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests.yml)
[![Core Linux (Ubuntu)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_LinuxUbuntu.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_LinuxUbuntu.yaml)
[![Core Mac M1](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacM1.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacM1.yaml)
[![Core Mac Intel](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacIntel.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacIntel.yaml)
[![Core Windows](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_Windows.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_Windows.yaml)
[![Full Test](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/fullTest.yaml/badge.svg)](https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/fullTest.yaml)
[![codecov](https://codecov.io/gh/PhasesResearchLab/pySIPFENN/branch/main/graph/badge.svg?token=S2J0KR0WKQ)](https://codecov.io/gh/PhasesResearchLab/pySIPFENN)

![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/PhasesResearchLab/pysipfenn?label=Last%20Commit)
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/PhasesResearchLab/pysipfenn?label=Last%20Release)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.13.0?color=g)
![GitHub issues](https://img.shields.io/github/issues/PhasesResearchLab/pysipfenn)
[![stable](https://img.shields.io/badge/Read%20The%20Docs-Stable-green)](https://pysipfenn.readthedocs.io/en/stable/)
[![latest](https://img.shields.io/badge/Read%20The%20Docs-Latest-green)](https://pysipfenn.readthedocs.io/en/latest/)

[![DOI](https://img.shields.io/badge/DOI-10.1016%2Fj.commatsci.2022.111254-blue)](https://doi.org/10.1016/j.commatsci.2022.111254)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7373089.svg)](https://doi.org/10.5281/zenodo.7373089)
Expand Down
28 changes: 20 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pySIPFENN

|GitHub top language| |PyPI - Python Version| |GitHub license| |PyPI Version| |PyPI Downloads|

|Commit Build Status| |Build Status| |Coverage Status|

|GitHub last commit| |GitHub last release| |GitHub commits since tagged version| |GitHub issues|

|Full| |Linux| |MacM1| |MacIntel| |Windows| |Coverage Status|

|Paper DOI| |Zenodo DOI|

.. |GitHub top language| image:: https://img.shields.io/github/languages/top/PhasesResearchLab/pysipfenn
Expand All @@ -31,13 +31,25 @@ pySIPFENN
:target: https://pypi.org/project/pysipfenn/
:alt: PyPI

.. |Build Status| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/fullTest.yaml/badge.svg
.. |Full| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/fullTest.yaml/badge.svg
:alt: Build Status
:target: https://github.com/PhasesResearchLab/pySIPFENN

.. |Commit Build Status| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests.yaml/badge.svg
:alt: Commit Build Status
:target: https://github.com/PhasesResearchLab/pySIPFENN
:target: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/fullTest.yaml

.. |Linux| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_LinuxUbuntu.yaml/badge.svg
:alt: Linux Status
:target: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_LinuxUbuntu.yaml

.. |MacM1| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacM1.yaml/badge.svg
:alt: Mac M1 Status
:target: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacM1.yaml

.. |MacIntel| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacIntel.yaml/badge.svg
:alt: Mac M1 Status
:target: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_MacIntel.yaml

.. |Windows| image:: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_Windows.yaml/badge.svg
:alt: Windows Status
:target: https://github.com/PhasesResearchLab/pySIPFENN/actions/workflows/coreTests_Windows.yaml

.. |Coverage Status| image:: https://codecov.io/gh/PhasesResearchLab/pySIPFENN/branch/main/graph/badge.svg?token=S2J0KR0WKQ
:alt: Coverage Status
Expand Down

0 comments on commit f2d410d

Please sign in to comment.