Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Apr 15, 2024
1 parent 7469271 commit 5e373f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# ERLabPy
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/erlab)](https://pypi.org/project/erlab/)
[![PyPi](https://img.shields.io/pypi/v/erlab.svg)](https://pypi.org/project/erlab/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/erlab.svg)](https://anaconda.org/conda-forge/erlab)
[![Workflow Status](https://github.com/kmnhan/erlabpy/actions/workflows/release.yml/badge.svg)](https://github.com/kmnhan/erlabpy/actions/workflows/release.yml)
[![Documentation Status](https://readthedocs.org/projects/erlabpy/badge/)](https://erlabpy.readthedocs.io/)
[![License](https://img.shields.io/pypi/l/erlab)](https://github.com/kmnhan/erlabpy/blob/main/LICENSE)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/kmnhan/erlabpy/main.svg)](https://results.pre-commit.ci/latest/github/kmnhan/erlabpy/main)
<h1 align="center">
ERLabPy
</h1>
<p align="center">
<a href="https://pypi.org/project/erlab/" alt="Supported Python Versions">
<img src="https://img.shields.io/pypi/pyversions/erlab?logo=python&logoColor=white" /></a>
<a href="https://pypi.org/project/erlab/" alt="PyPi">
<img src="https://img.shields.io/pypi/v/erlab?logo=pypi&logoColor=white" /></a>
<a href="https://anaconda.org/conda-forge/erlab" alt="Conda Version">
<img src="https://img.shields.io/conda/vn/conda-forge/erlab?logo=condaforge&logoColor=white" /></a>
<a href="https://github.com/kmnhan/erlabpy/actions/workflows/release.yml" alt="Workflow Status">
<img src="https://img.shields.io/github/actions/workflow/status/kmnhan/erlabpy/release.yml?logo=github&label=tests" /></a>
<a href="https://erlabpy.readthedocs.io/" alt="Documentation Status">
<img src="https://img.shields.io/readthedocs/erlabpy?logo=readthedocs&logoColor=white" /></a>
<a href="https://results.pre-commit.ci/latest/github/kmnhan/erlabpy/main" alt="pre-commit.ci status">
<img src="https://results.pre-commit.ci/badge/github/kmnhan/erlabpy/main.svg" /></a>
</p>

A library that provides a set of tools and utilities to handle, manipulate, and
visualize data from condensed matter physics experiments, with a focus on angle-resolved
Expand Down
25 changes: 9 additions & 16 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,22 @@ ERLabPy

.. only:: format_html

Last updated |today|
**Date**: |today|

.. image:: https://img.shields.io/pypi/pyversions/erlab
**Download documentation**: `Zipped HTML <https://erlabpy.readthedocs.io/_/downloads/en/latest/htmlzip/>`_, `PDF <https://erlabpy.readthedocs.io/_/downloads/en/latest/pdf/>`_

.. image:: https://img.shields.io/pypi/pyversions/erlab?style=for-the-badge&logo=python&logoColor=white
:target: https://pypi.org/project/erlab/
:alt: Supported Python Versions
.. image:: https://img.shields.io/pypi/v/erlab.svg
.. image:: https://img.shields.io/pypi/v/erlab?style=for-the-badge&logo=pypi&logoColor=white
:target: https://pypi.org/project/erlab/
:alt: PyPi
.. image:: https://img.shields.io/conda/vn/conda-forge/erlab.svg
.. image:: https://img.shields.io/conda/vn/conda-forge/erlab?style=for-the-badge&logo=condaforge&logoColor=white
:target: https://anaconda.org/conda-forge/erlab
:alt: Conda Version
.. image:: https://github.com/kmnhan/erlabpy/actions/workflows/release.yml/badge.svg
:target: https://github.com/kmnhan/erlabpy/actions/workflows/release.yml
:alt: Workflow Status
.. image:: https://readthedocs.org/projects/erlabpy/badge/?version=latest
:target: https://erlabpy.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff
.. image:: https://results.pre-commit.ci/badge/github/kmnhan/erlabpy/main.svg
:target: https://results.pre-commit.ci/latest/github/kmnhan/erlabpy/main
:alt: pre-commit.ci status
.. image:: https://img.shields.io/github/last-commit/kmnhan/erlabpy?style=for-the-badge&logo=github&color=lightseagreen
:target: https://github.com/kmnhan/erlabpy.git
:alt: Last Commit

A library that provides a set of tools and utilities to handle, manipulate, and
visualize data from condensed matter physics experiments, with a focus on
Expand Down

0 comments on commit 5e373f4

Please sign in to comment.