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 2020# [documentation](https://MikaelSlevinsky.github.io/FastTransforms).
2121
2222using FastTransforms, LinearAlgebra, Plots
23- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
23+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
2424! isdir (GENFIGS) && mkdir (GENFIGS)
2525plotlyjs ()
2626
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function threshold!(A::AbstractArray, ϵ)
3333end
3434
3535using FastTransforms, LinearAlgebra, Plots
36- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
36+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
3737! isdir (GENFIGS) && mkdir (GENFIGS)
3838plotlyjs ()
3939
Original file line number Diff line number Diff line change 2424# [documentation](https://MikaelSlevinsky.github.io/FastTransforms).
2525
2626using FastTransforms, LinearAlgebra, Plots
27- const GENFIGS = joinpath (dirname ( dirname ( pathof ( FastTransforms)) ), " docs/src/generated" )
27+ const GENFIGS = joinpath (pkgdir ( FastTransforms), " docs/src/generated" )
2828! isdir (GENFIGS) && mkdir (GENFIGS)
2929plotlyjs ()
3030
You can’t perform that action at this time.
0 commit comments