From eabb202e44258ff8da9bb0beac6f3ff6ab89f228 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Wed, 11 Oct 2023 17:44:19 +0530 Subject: [PATCH] Remove ApproxFun compat from docs (#920) * Remove ApproxFun compat from docs * Domainsets v0.7 * Update docs for domain and bandwidth; use BandedMatrices v1 --- docs/Project.toml | 5 ++--- docs/src/library.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index c48af3681..11db6657c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,10 +9,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -ApproxFun = "0.13" -BandedMatrices = "0.17" +BandedMatrices = "0.17, 1" Documenter = "1" -DomainSets = "0.6" +DomainSets = "0.6, 0.7" Literate = "2" Plots = "1" SpecialFunctions = "2" diff --git a/docs/src/library.md b/docs/src/library.md index 11d188e24..7692e5373 100644 --- a/docs/src/library.md +++ b/docs/src/library.md @@ -159,7 +159,7 @@ zeros(::Space) ## Accessing information about a Fun ```@docs -domain +ApproxFun.domain ``` ```@docs @@ -222,7 +222,7 @@ Operator ``` ```@docs -BandedMatrices.bandwidths(::Operator) +bandwidths(::Operator) ``` ```@docs