From 94f642c2f38233bc94d11ed9bc618e8786b28b72 Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Fri, 19 Jan 2024 15:02:19 +0100 Subject: [PATCH] Another fix in the docs. --- docs/src/modules/integrators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/integrators.md b/docs/src/modules/integrators.md index 52a6a0307..3816a59fc 100644 --- a/docs/src/modules/integrators.md +++ b/docs/src/modules/integrators.md @@ -28,7 +28,7 @@ The extrapolation routines are exclusively used for computing initial guesses and are usually not called directly by the user. ```@autodocs -Modules = [GeometricIntegrators.Integrators] +Modules = [GeometricIntegrators.Extrapolators] Order = [:constant, :type, :macro, :function] Pages = ["extrapolation/extrapolation.jl", "extrapolation/aitken_neville.jl",