Skip to content

Commit 2b776d0

Browse files
committed
Add readme badges
1 parent 9be623d commit 2b776d0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# 🧮 AlgorithmsInterface.jl
22

3-
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks. **Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
3+
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks.
4+
**Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
5+
6+
[![docs][docs-dev-img]][docs-dev-url] ![CI][ci-url] [![codecov][codecov-img]][codecov-url]
7+
8+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
9+
[docs-dev-url]: https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
10+
11+
[codecov-img]: https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl/graph/badge.svg?token=1OBDY03SUP
12+
[codecov-url]: https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl
13+
14+
[ci-url]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/workflows/ci/badge.svg
415

516
# Statement of need
617

0 commit comments

Comments
 (0)