Skip to content

Commit b4cbbe3

Browse files
committed
add runic badge.
1 parent 6db0fba commit b4cbbe3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks.
44
**Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
55

6-
[![docs][docs-dev-img]][docs-dev-url] [![CI][ci-img]][ci-url] [![codecov][codecov-img]][codecov-url]
6+
[![docs][docs-dev-img]][docs-dev-url] [![CI][ci-img]][ci-url] [![runic][runic-img]][runic-url] [![codecov][codecov-img]][codecov-url]
77

88
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
99
[docs-dev-url]: https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
@@ -14,6 +14,9 @@
1414
[ci-img]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml/badge.svg
1515
[ci-url]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml
1616

17+
[runic-img]: https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black
18+
[runic-url]: https://github.com/fredrikekre/Runic.jl
19+
1720
# Statement of need
1821

1922
A first approach to algorithms is a simple for-loop for a maximum number of iterations.

0 commit comments

Comments
 (0)