Skip to content

Commit

Permalink
updated doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 16, 2024
1 parent 84ad8e1 commit 58d4e4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/src/function_references/objects.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Objects
```@docs
pollen3D
pollen
object_3D
filaments3D
filaments
draw_sphere!
draw_line!
filaments3D!
filaments!
spokes_object
hollow_sphere!
resolution_test
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ julia> ] add SyntheticObjects
julia> using SyntheticObjects

# this generates a pollen grain object array
arr_pollen = pollen3D((256, 256, 256));
arr_pollen = pollen((256, 256, 256));


# a set of filaments in 3D:
arr_filaments = filaments3D((256,256,256))
arr_filaments = filaments((256,256,256))

# and so on ...
```
Expand Down

0 comments on commit 58d4e4d

Please sign in to comment.