Skip to content

Commit f1a8e26

Browse files
authored
Fix index.md
1 parent bec6cd9 commit f1a8e26

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/src/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ Implemented algorithms include:
1414
Check out [this section](@ref problems_algorithms) for an overview of the available algorithms.
1515

1616
Algorithms rely on:
17-
- [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl) for automatic differentiation
18-
(but you can easily bring your own gradients)
19-
- the [ProximalCore API](https://github.com/JuliaFirstOrder/ProximalCore.jl) for proximal mappings, projections, etc,
20-
to handle non-differentiable terms
21-
(see for example [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl)
22-
for an extensive collection of functions).
17+
- [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl) for automatic differentiation (but you can easily bring your own gradients),
18+
- the [ProximalCore API](https://github.com/JuliaFirstOrder/ProximalCore.jl) for proximal mappings, projections, etc, to handle non-differentiable terms (see for example [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl) for an extensive collection of functions).
2319

2420
!!! note
2521

0 commit comments

Comments
 (0)