Skip to content

Commit

Permalink
doc prep
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 12, 2024
1 parent c9a8a92 commit da45188
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
45 changes: 45 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,49 @@

```@docs
pollen3D(x)
```

```@docs
object_3D
```

```@docs
filaments3D
```

```@docs
draw_sphere!
```

```@docs
annotation_3D!
```

```@docs
draw_line!
```

```@docs
filaments3D!
```


```@docs
matrix_read
```

```@docs
spokes_object
```

```@docs
hollow_sphere!
```

```@docs
resolution_offset
```

```@docs
hollow_sphere
```
4 changes: 2 additions & 2 deletions src/annotations.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Cairo
# using FourierTools:filter_gaussian

export annotation_3D, init_annonate, annotate_string!, matrix_read, resolution_offset
export annotation_3D!, annotation_3D, init_annonate, annotate_string!, matrix_read, resolution_offset

"""
annotation_3D(sz=(128,128, 1); numbers_or_alphabets="alphabets", font_size=Float64.(minimum(sz[1:2]))-10.0, bkg=0.9)
annotation_3D!(sz=(128,128, 1); numbers_or_alphabets="alphabets", font_size=Float64.(minimum(sz[1:2]))-10.0, bkg=0.9)
Create a 3D array of alphabets or numbers with varying font sizes and background levels.
Expand Down
2 changes: 1 addition & 1 deletion src/hollow_sphere.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export hollow_sphere, object_3D
export hollow_sphere!, hollow_sphere, object_3D

"""
hollow_sphere(obj, radius=0.8, center=sz.÷2 .+1; thickness=0.8)
Expand Down

0 comments on commit da45188

Please sign in to comment.