Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Apr 25, 2024
1 parent b2a736e commit fb2a00b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<a href="https://pypi.org/project/tad-multicharge/">
<img src="https://img.shields.io/pypi/v/tad-multicharge?color=orange" alt="PyPI"/>
</a>
<a href="https://anaconda.org/conda-forge/tad-multicharge">
<img src="https://img.shields.io/conda/vn/conda-forge/tad-multicharge.svg" alt="Conda Version"/>
</a>
<a href="http://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-orange.svg" alt="Apache-2.0"/>
</a>
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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::
Expand Down

0 comments on commit fb2a00b

Please sign in to comment.