File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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
7167function body does not contain any logic, but the decorator tells pytask how to handle
7268the 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
You can’t perform that action at this time.
0 commit comments