Skip to content

Commit eb3791a

Browse files
authored
Remove download numbers for conda packages (contourpy#428)
1 parent d68b2b4 commit eb3791a

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer a
1212

1313
| | |
1414
| --- | --- |
15-
| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) [![anaconda version](https://img.shields.io/conda/v/anaconda/contourpy.svg?label=anaconda&color=1a9641)](https://anaconda.org/anaconda/contourpy) |
16-
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) [![conda-forge downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_conda-forge_monthly.svg)](https://anaconda.org/conda-forge/contourpy) [![anaconda downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_anaconda_monthly.svg)](https://anaconda.org/anaconda/contourpy) |
15+
| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) |
16+
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) |
1717
| Python version | [![Platforms](https://img.shields.io/pypi/pyversions/contourpy?color=fdae61)](https://pypi.org/project/contourpy/) |
1818
| Coverage | [![Codecov](https://img.shields.io/codecov/c/gh/contourpy/contourpy?color=fdae61&label=codecov)](https://app.codecov.io/gh/contourpy/contourpy) |

README_simple.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer a
99

1010
| | |
1111
| --- | --- |
12-
| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) [![anaconda version](https://img.shields.io/conda/v/anaconda/contourpy.svg?label=anaconda&color=1a9641)](https://anaconda.org/anaconda/contourpy) |
13-
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) [![conda-forge downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_conda-forge_monthly.svg)](https://anaconda.org/conda-forge/contourpy) [![anaconda downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_anaconda_monthly.svg)](https://anaconda.org/anaconda/contourpy) |
12+
| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) |
13+
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) |
1414
| Python version | [![Platforms](https://img.shields.io/pypi/pyversions/contourpy?color=fdae61)](https://pypi.org/project/contourpy/) |
1515
| Coverage | [![Codecov](https://img.shields.io/codecov/c/gh/contourpy/contourpy?color=fdae61&label=codecov)](https://app.codecov.io/gh/contourpy/contourpy) |

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
.. _Shapely: https://shapely.readthedocs.io/
8989
.. _conda: https://conda.io/
9090
.. _conda-forge: https://anaconda.org/conda-forge/contourpy/
91-
.. _default: https://anaconda.org/anaconda/contourpy/
9291
.. _github: https://www.github.com/contourpy/contourpy/
9392
.. _meson: https://mesonbuild.com/
9493
.. _meson-python: https://meson-python.readthedocs.io/

docs/installation.rst

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Installation
44
Installing from prepackaged binaries
55
------------------------------------
66

7-
Stable releases of ContourPy are available from `PyPI`_, `conda-forge`_, and Anaconda
8-
`default`_ channels for Linux, macOS and Windows.
7+
Stable releases of ContourPy are available from `PyPI`_ and `conda-forge`_ for Linux, macOS and Windows.
98

109
#. To install from `PyPI`_:
1110

@@ -19,12 +18,6 @@ Stable releases of ContourPy are available from `PyPI`_, `conda-forge`_, and Ana
1918
2019
$ conda install -c conda-forge contourpy
2120
22-
#. To install from Anaconda `default`_ channel:
23-
24-
.. code-block:: bash
25-
26-
$ conda install contourpy
27-
2821
The only compulsory runtime dependency is `NumPy`_.
2922

3023
If you want to make use of one of ContourPy's utility renderers in the :mod:`contourpy.util` module

0 commit comments

Comments
 (0)