From b54b7ae0240cad126a1a9baf2ed71c97c15ddc15 Mon Sep 17 00:00:00 2001 From: Pamphile Roy Date: Thu, 3 Feb 2022 14:15:59 +0100 Subject: [PATCH] MAINT: fix broken link and remove CI badges [skip azp] [skip actions] --- README.rst | 18 +++--------------- doc/source/dev/gitwash/git_links.inc | 2 +- doc/source/index.rst | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index 8b238d5c189f..d18cf9bede4a 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,8 @@

-.. image:: https://img.shields.io/circleci/project/github/scipy/scipy/master.svg?label=CircleCI - :target: https://circleci.com/gh/scipy/scipy - -.. image:: https://dev.azure.com/scipy-org/SciPy/_apis/build/status/scipy.scipy?branchName=master - :target: https://dev.azure.com/scipy-org/SciPy/_build/latest?definitionId=1?branchName=master - -.. image:: https://github.com/scipy/scipy/workflows/macOS%20tests/badge.svg?branch=master - :target: https://github.com/scipy/scipy/actions?query=workflow%3A%22macOS+tests%22 +.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A + :target: https://numfocus.org .. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads :target: https://pypi.org/project/scipy/ @@ -22,9 +16,6 @@ .. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads :target: https://anaconda.org/conda-forge/scipy -.. image:: https://codecov.io/gh/scipy/scipy/branch/master/graph/badge.svg - :target: https://codecov.io/gh/scipy/scipy - .. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg :target: https://stackoverflow.com/questions/tagged/scipy @@ -38,7 +29,7 @@ ODE solvers, and more. - **Website:** https://scipy.org - **Documentation:** https://docs.scipy.org/ -- **Mailing list:** https://scipy.org/mailing-lists/ +- **Mailing list:** https://mail.python.org/mailman3/lists/scipy-dev.python.org/ - **Source code:** https://github.com/scipy/scipy - **Contributing:** https://scipy.github.io/devdocs/dev/index.html - **Bug reports:** https://github.com/scipy/scipy/issues @@ -83,6 +74,3 @@ comment on a relevant issue that is already open. If you are new to contributing to open source, `this guide `__ helps explain why, what, and how to get involved. - -.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A - :target: https://numfocus.org diff --git a/doc/source/dev/gitwash/git_links.inc b/doc/source/dev/gitwash/git_links.inc index 4fcd2d14d467..0bb64808b384 100755 --- a/doc/source/dev/gitwash/git_links.inc +++ b/doc/source/dev/gitwash/git_links.inc @@ -64,5 +64,5 @@ .. _`NumPy mailing list`: https://numpy.org/community/ .. _SciPy: https://www.scipy.org .. _`SciPy github`: https://github.com/scipy/scipy -.. _`SciPy mailing list`: https://scipy.org/mailing-lists/ +.. _`SciPy mailing list`: https://mail.python.org/mailman3/lists/scipy-dev.python.org/ .. _`SciPy repository`: https://github.com/scipy/scipy diff --git a/doc/source/index.rst b/doc/source/index.rst index 592e421ad320..226fc9ab3c47 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,7 +15,7 @@ SciPy documentation `Source Repository `__ | `Issues & Ideas `__ | `Q&A Support `__ | -`Mailing List `__ +`Mailing List `__ **SciPy** (pronounced "Sigh Pie") is an open-source software for mathematics, science, and engineering.