From 751c4fa4ce6876caf1064f8c65ba457a79287953 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 6 May 2024 22:40:37 +0200 Subject: [PATCH] Fix warning indentation --- DifferentiationInterface/docs/src/backends.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DifferentiationInterface/docs/src/backends.md b/DifferentiationInterface/docs/src/backends.md index 9b49f830d..12cb775a6 100644 --- a/DifferentiationInterface/docs/src/backends.md +++ b/DifferentiationInterface/docs/src/backends.md @@ -71,11 +71,11 @@ backend_table #hide !!! danger "Compatibility with Julia 1.6" As of version 0.3.4, DifferentiationInterface.jl is compatible with Julia 1.6, the Long Term Support (LTS) version of the language. However, we were only able to test the following backends on LTS: - - FiniteDifferences.jl - - ForwardDiff.jl - - ReverseDiff.jl - - Tracker.jl - - Zygote.jl + - FiniteDifferences.jl + - ForwardDiff.jl + - ReverseDiff.jl + - Tracker.jl + - Zygote.jl We strongly recommend that users upgrade to Julia 1.10, where all backends are tested. ## Checks