@@ -11,7 +11,7 @@ Corner plot /ˈkôrnər plät/ (noun):
1111 *Synonyms: scatterplot matrix, pairs plot, draftsman's display *
1212
1313
14- This Python module uses `matplotlib <http ://matplotlib.org/ >`_ to visualize
14+ This Python module uses `matplotlib <https ://matplotlib.org/ >`_ to visualize
1515multidimensional samples using a scatterplot matrix.
1616In these visualizations, each one- and two-dimensional projection of the
1717sample is plotted to reveal covariances.
@@ -23,17 +23,16 @@ Development of *corner* happens `on GitHub
2323<https://github.com/dfm/corner.py> `_ so you can `raise any issues you have
2424there <https://github.com/dfm/corner.py/issues> `_.
2525*corner * has been used extensively in the astronomical literature and it `has
26- occasionally been cited
27- <https://ui.adsabs.harvard.edu/#search/q=%22triangle.py%22%20or%20%22corner.py%22&sort=date%20desc> `_
26+ occasionally been cited <https://ui.adsabs.harvard.edu/abs/2016JOSS....1...24F/citations> `_
2827as ``corner.py `` or using its previous name ``triangle.py ``.
2928
3029.. image :: https://github.com/dfm/corner.py/workflows/Tests/badge.svg?style=flat
3130 :target: https://github.com/dfm/corner.py/actions
32- .. image :: http ://img.shields.io/badge/license-BSD-blue.svg?style=flat
31+ .. image :: https ://img.shields.io/badge/license-BSD-blue.svg?style=flat
3332 :target: https://github.com/dfm/corner.py/blob/main/LICENSE
3433.. image :: https://zenodo.org/badge/4729/dfm/corner.py.svg?style=flat
3534 :target: https://zenodo.org/badge/latestdoi/4729/dfm/corner.py
36- .. image :: http ://joss.theoj.org/papers/10.21105/joss.00024/status.svg?style=flat
35+ .. image :: https ://joss.theoj.org/papers/10.21105/joss.00024/status.svg?style=flat
3736 :target: http://dx.doi.org/10.21105/joss.00024
3837
3938
@@ -55,7 +54,7 @@ Attribution
5554-----------
5655
5756If you make use of this code, please cite `the JOSS paper
58- <http ://dx.doi.org/10.21105/joss.00024> `_:
57+ <https ://dx.doi.org/10.21105/joss.00024> `_:
5958
6059.. code-block :: tex
6160
0 commit comments