From f6b251017159cbadaf5e15723c185e8d210c5b7d Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Thu, 28 Sep 2023 18:23:09 -0400 Subject: [PATCH] fix docs --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 66ccb372..5668b362 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,6 @@ coxeter :target: https://doi.org/10.21105/joss.03098 .. |ReadTheDocs| image:: https://readthedocs.org/projects/coxeter/badge/?version=latest :target: http://coxeter.readthedocs.io/en/latest/?badge=latest -.. |CircleCI| image:: https://circleci.com/gh/glotzerlab/coxeter.svg?style=svg - :target: https://circleci.com/gh/glotzerlab/coxeter .. |PyPI| image:: https://img.shields.io/pypi/v/coxeter.svg :target: https://pypi.org/project/coxeter/ .. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/coxeter.svg @@ -100,7 +98,7 @@ Testing ------- The package is currently tested for Python >= 3.8 on Unix-like systems. -Continuous integrated testing is performed using CircleCI on these Python versions. +Continuous integrated testing is performed using Github actions on these Python versions. First, install the packages required to test coxeter (if not already done):