From fb2a00b6e884eff3ae14906528d0fcf391311ee2 Mon Sep 17 00:00:00 2001 From: marvinfriede <51965259+marvinfriede@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:41:03 +0200 Subject: [PATCH] Minor fixes --- README.md | 3 +++ docs/index.rst | 4 ++++ docs/installation.rst | 8 ++++++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 7d9725d..65bb4ae 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ PyPI + + Conda Version + Apache-2.0 diff --git a/docs/index.rst b/docs/index.rst index 8156367..a858d93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,10 @@ Torch Autodiff Multicharge :target: https://pypi.org/project/tad-multicharge/ :alt: PyPI +.. image:: https://anaconda.org/conda-forge/tad-multicharge + :target: https://img.shields.io/conda/vn/conda-forge/tad-multicharge.svg + :alt: Conda Version + .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: http://www.apache.org/licenses/LICENSE-2.0 :alt: Apache-2.0 diff --git a/docs/installation.rst b/docs/installation.rst index 0705b11..64961ef 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,6 +4,10 @@ Installation pip ~~~ +.. image:: https://img.shields.io/pypi/v/tad-multicharge + :target: https://pypi.org/project/tad-multicharge/ + :alt: PyPI + *tad-multicharge* can easily be installed with ``pip``. .. code:: @@ -13,6 +17,10 @@ pip conda ~~~~~ +.. image:: https://anaconda.org/conda-forge/tad-multicharge + :target: https://img.shields.io/conda/vn/conda-forge/tad-multicharge.svg + :alt: Conda Version + *tad-multicharge* is also available from ``conda``. .. code::