We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6458bb commit eabb202Copy full SHA for eabb202
docs/Project.toml
@@ -9,10 +9,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
9
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
10
11
[compat]
12
-ApproxFun = "0.13"
13
-BandedMatrices = "0.17"
+BandedMatrices = "0.17, 1"
14
Documenter = "1"
15
-DomainSets = "0.6"
+DomainSets = "0.6, 0.7"
16
Literate = "2"
17
Plots = "1"
18
SpecialFunctions = "2"
docs/src/library.md
@@ -159,7 +159,7 @@ zeros(::Space)
159
## Accessing information about a Fun
160
161
```@docs
162
-domain
+ApproxFun.domain
163
```
164
165
@@ -222,7 +222,7 @@ Operator
222
223
224
225
-BandedMatrices.bandwidths(::Operator)
+bandwidths(::Operator)
226
227
228
0 commit comments