Skip to content

Commit

Permalink
tests: update hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Aug 24, 2021
1 parent 2da5ae2 commit 7b87fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -29,14 +29,14 @@ A (mostly unmaintained) `Matlab version <https://epfl-lts2.github.io/gspbox-html
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/pygsp.svg
:target: https://pypi.org/project/PyGSP
.. |travis| image:: https://img.shields.io/travis/com/epfl-lts2/pygsp.svg
:target: https://travis-ci.com/epfl-lts2/pygsp
.. |coveralls| image:: https://img.shields.io/coveralls/epfl-lts2/pygsp.svg
:target: https://app.travis-ci.com/github/epfl-lts2/pygsp
.. |coveralls| image:: https://img.shields.io/coveralls/github/epfl-lts2/pygsp.svg
:target: https://coveralls.io/github/epfl-lts2/pygsp
.. |github| image:: https://img.shields.io/github/stars/epfl-lts2/pygsp.svg?style=social
:target: https://github.com/epfl-lts2/pygsp
.. |binder| image:: https://static.mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/epfl-lts2/pygsp/master?urlpath=lab/tree/examples/playground.ipynb
.. |conda| image:: https://anaconda.org/conda-forge/pygsp/badges/installer/conda.svg
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/pygsp.svg
:target: https://anaconda.org/conda-forge/pygsp

The PyGSP facilitates a wide variety of operations on graphs, like computing
Expand Down
2 changes: 1 addition & 1 deletion pygsp/plotting.py
Expand Up @@ -2,7 +2,7 @@

r"""
The :mod:`pygsp.plotting` module implements functionality to plot PyGSP objects
with a `pyqtgraph <http://www.pyqtgraph.org>`_ or `matplotlib
with a `pyqtgraph <https://www.pyqtgraph.org>`_ or `matplotlib
<https://matplotlib.org>`_ drawing backend (which can be controlled by the
:data:`BACKEND` constant or individually for each plotting call).
Expand Down

0 comments on commit 7b87fae

Please sign in to comment.