Skip to content

Commit cc1b5d4

Browse files
test build logo
1 parent 21d93c7 commit cc1b5d4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/src/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,18 @@ HypergeometricFunctions.@lanczosratio
6969
HypergeometricFunctions.G
7070
HypergeometricFunctions.P
7171
```
72+
73+
## Logo
74+
75+
```@example
76+
using ComplexPhasePortrait, HypergeometricFunctions, Images
77+
#const ASSETS = joinpath(pkgdir(HypergeometricFunctions), "docs/src/assets")
78+
#!isdir(ASSETS) && mkdir(ASSETS)
79+
x = range(-1, stop=3, length=300)
80+
y = range(-2, stop=2, length=300)
81+
z = x' .+ im*y
82+
img = portrait(map(z->pFq((4.25, -10.5), (7.5 + 10.0*im, ), z), z), ctype = "nist")
83+
#save(joinpath(ASSETS, "logo.png"), img)
84+
save("assets/logo.png", img)
85+
nothing # hide
86+
```
File renamed without changes.

0 commit comments

Comments
 (0)