Skip to content

Commit eabb202

Browse files
authored
Remove ApproxFun compat from docs (#920)
* Remove ApproxFun compat from docs * Domainsets v0.7 * Update docs for domain and bandwidth; use BandedMatrices v1
1 parent b6458bb commit eabb202

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
99
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010

1111
[compat]
12-
ApproxFun = "0.13"
13-
BandedMatrices = "0.17"
12+
BandedMatrices = "0.17, 1"
1413
Documenter = "1"
15-
DomainSets = "0.6"
14+
DomainSets = "0.6, 0.7"
1615
Literate = "2"
1716
Plots = "1"
1817
SpecialFunctions = "2"

docs/src/library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ zeros(::Space)
159159
## Accessing information about a Fun
160160

161161
```@docs
162-
domain
162+
ApproxFun.domain
163163
```
164164

165165
```@docs
@@ -222,7 +222,7 @@ Operator
222222
```
223223

224224
```@docs
225-
BandedMatrices.bandwidths(::Operator)
225+
bandwidths(::Operator)
226226
```
227227

228228
```@docs

0 commit comments

Comments
 (0)