From 195e627e9e5e6e523d74eb06caaca547b86d945d Mon Sep 17 00:00:00 2001 From: Wei Kang Date: Thu, 2 Mar 2023 22:45:44 -0600 Subject: [PATCH] fix CI badge --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb68327..38a6b0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pointpats: Point Pattern Analysis in PySAL -[![Continuous Integration](https://github.com/pysal/pointpats/actions/workflows/tests.yml/badge.svg)](https://github.com/pysal/pointpats/actions/workflows/tests.yml) +[![Continuous Integration](https://github.com/pysal/pointpats/actions/workflows/tests.yaml/badge.svg)](https://github.com/pysal/pointpats/actions/workflows/tests.yaml) [![codecov](https://codecov.io/gh/pysal/pointpats/branch/master/graph/badge.svg)](https://codecov.io/gh/pysal/pointpats) [![Documentation Status](https://readthedocs.org/projects/pointpats/badge/?version=latest)](https://pointpats.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/pointpats.svg)](https://badge.fury.io/py/pointpats) @@ -26,14 +26,14 @@ Online documentation is available ## Examples -- [Basic point pattern +- [Basic point pattern structure](https://github.com/pysal/pointpats/tree/master/notebooks/pointpattern.ipynb) -- [Centrography and +- [Centrography and visualization](https://github.com/pysal/pointpats/tree/master/notebooks/centrography.ipynb) -- [Marks](https://github.com/pysal/pointpats/tree/master/notebooks/marks.ipynb) -- [Simulation of point +- [Marks](https://github.com/pysal/pointpats/tree/master/notebooks/marks.ipynb) +- [Simulation of point processes](https://github.com/pysal/pointpats/tree/master/notebooks/process.ipynb) -- [Distance based +- [Distance based statistics](https://github.com/pysal/pointpats/tree/master/notebooks/distance_statistics-numpy-oriented.ipynb) ## Installation