Skip to content

Commit c92900a

Browse files
committed
Use conda-forge repositories [skip ci]
1 parent a1a1e46 commit c92900a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ psy-reg: Psyplot plugin for visualizing and calculating regression plots
3939
:alt: PyPI Package latest release
4040
:target: https://pypi.python.org/pypi/psy-reg
4141

42-
.. |conda| image:: https://anaconda.org/chilipp/psy-reg/badges/installer/conda.svg
42+
.. |conda| image:: https://anaconda.org/conda-forge/psy-reg/badges/version.svg
4343
:alt: conda
44-
:target: https://conda.anaconda.org/chilipp
44+
:target: https://conda.anaconda.org/conda-forge/psy-reg
4545

4646
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psy-reg.svg?style=flat
4747
:alt: Supported versions

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ See the :ref:`plot_methods` and :ref:`gallery_examples` for more information.
6060
:alt: PyPI Package latest release
6161
:target: https://pypi.python.org/pypi/psy-reg
6262

63-
.. |conda| image:: https://anaconda.org/chilipp/psy-reg/badges/installer/conda.svg
63+
.. |conda| image:: https://anaconda.org/conda-forge/psy-reg/badges/version.svg
6464
:alt: conda
65-
:target: https://conda.anaconda.org/chilipp
65+
:target: https://conda.anaconda.org/conda-forge/psy-reg
6666

6767
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psy-reg.svg?style=flat
6868
:alt: Supported versions

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We highly recommend to use conda_ for installing psy-reg.
1515
After downloading the installer from anaconda_, you can install psy-reg simply
1616
via::
1717

18-
$ conda install -c chilipp psy-reg
18+
$ conda install -c conda-forge psy-reg
1919

2020
.. _anaconda: https://www.continuum.io/downloads
2121
.. _conda-forge: http://conda-forge.github.io/

0 commit comments

Comments
 (0)