From 098a838872e129d7705cb21c7ee3ba0bc458f20b Mon Sep 17 00:00:00 2001 From: Eric Fell Date: Sun, 21 Sep 2025 18:09:07 -0400 Subject: [PATCH] add pypi badge, links --- README.md | 4 ++-- docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc02e69..c970c0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Documentation Status](https://readthedocs.org/projects/cvsim/badge/?version=latest)](https://cvsim.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ericfell/CVsim/graph/badge.svg?token=90223DIBVS)](https://codecov.io/gh/ericfell/CVsim) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) +[![Documentation Status](https://readthedocs.org/projects/cvsim/badge/?version=latest)](https://cvsim.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ericfell/CVsim/graph/badge.svg?token=90223DIBVS)](https://codecov.io/gh/ericfell/CVsim) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![pypi](https://img.shields.io/pypi/v/cvsim?color=orange)](https://pypi.org/project/cvsim/) CVsim -------- @@ -14,7 +14,7 @@ Currently available mechanisms: ## Installation -`cvsim` can be installed from PyPI using pip: +`cvsim` can be installed from [PyPI](https://pypi.org/project/cvsim/) using pip: ```bash pip install cvsim diff --git a/docs/source/index.rst b/docs/source/index.rst index 1c4b741..47b4355 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ or contribute code improvements and Installation ------------ -:code:`cvsim.py` can be installed from PyPI with pip: +:code:`cvsim.py` can be installed from `PyPI `_ with pip: .. code-block:: bash