Skip to content

Commit 5620e3c

Browse files
authored
Fix badges. (#4)
1 parent 6f3c3f7 commit 5620e3c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ pytask-julia
1515
:alt: PyPI - License
1616
:target: https://pypi.org/project/pytask-julia
1717

18-
.. image:: https://img.shields.io/github/workflow/status/pytask-dev/pytask-julia/main/main
19-
:target: https://github.com/pytask-dev/pytask-julia/actions?query=branch%3Amain
20-
21-
.. image:: https://readthedocs.org/projects/pytask-julia/badge/?version=latest
22-
:target: https://pytask-julia.readthedocs.io/en/latest/?badge=latest
23-
:alt: Documentation Status
18+
.. image:: https://img.shields.io/github/workflow/status/pytask-dev/pytask-julia/Continuous%20Integration%20Workflow/main
19+
:target: https://github.com/pytask-dev/pytask-julia/actions?query=branch%3Amain
2420

2521
.. image:: https://codecov.io/gh/pytask-dev/pytask-julia/branch/main/graph/badge.svg
2622
:target: https://codecov.io/gh/pytask-dev/pytask-julia
@@ -71,7 +67,7 @@ execute scripts written in Julia with Python functions. The difference is that t
7167
function body does not contain any logic, but the decorator tells pytask how to handle
7268
the task.
7369

74-
Here is an example where you want to run ``script.julia``.
70+
Here is an example where you want to run ``script.jl``.
7571

7672
.. code-block:: python
7773

0 commit comments

Comments
 (0)