diff --git a/README.md b/README.md index 62811044..5eb77142 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ PyJulia [![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://pyjulia.readthedocs.io/en/stable/) [![Latest documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://pyjulia.readthedocs.io/en/latest/) -[![Build Status](https://travis-ci.org/JuliaPy/pyjulia.svg?branch=master)](https://travis-ci.org/JuliaPy/pyjulia) -[![Build status](https://ci.appveyor.com/api/projects/status/github/JuliaPy/pyjulia?svg=true)](https://ci.appveyor.com/project/Keno/pyjulia) [![Main workflow](https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg)](https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22) [![DOI](https://zenodo.org/badge/14576985.svg)](https://zenodo.org/badge/latestdoi/14576985) diff --git a/docs/source/index.rst b/docs/source/index.rst index daf21f56..c2d091be 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,7 @@ Welcome to PyJulia’s documentation! =================================== -|travis| |appveyor| +|github-action| Experimenting with developing a better interface to `Julia language `_ that works with @@ -31,10 +31,7 @@ Indices and tables * :ref:`modindex` * :ref:`search` -.. |travis| image:: https://travis-ci.org/JuliaPy/pyjulia.svg?branch=master - :target: https://travis-ci.org/JuliaPy/pyjulia - :alt: Travis Build Status - -.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/JuliaPy/pyjulia?svg=true - :target: https://ci.appveyor.com/project/Keno/pyjulia - :alt: AppVeyor Build Status +.. |github-action| + image:: https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg + :target: https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22 + :alt: Main workflow