File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# [documentation](https://MikaelSlevinsky.github.io/FastTransforms).
21
21
22
22
using FastTransforms, LinearAlgebra, Plots
23
- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
23
+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
24
24
! isdir (GENFIGS) && mkdir (GENFIGS)
25
25
plotlyjs ()
26
26
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function threshold!(A::AbstractArray, ϵ)
33
33
end
34
34
35
35
using FastTransforms, LinearAlgebra, Plots
36
- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
36
+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
37
37
! isdir (GENFIGS) && mkdir (GENFIGS)
38
38
plotlyjs ()
39
39
Original file line number Diff line number Diff line change 24
24
# [documentation](https://MikaelSlevinsky.github.io/FastTransforms).
25
25
26
26
using FastTransforms, LinearAlgebra, Plots
27
- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
27
+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
28
28
! isdir (GENFIGS) && mkdir (GENFIGS)
29
29
plotlyjs ()
30
30
You can’t perform that action at this time.
0 commit comments