Skip to content

Commit

Permalink
updated index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 13, 2024
1 parent 79f29c6 commit b3f234f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
6 changes: 1 addition & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ makedocs(sitename="SyntheticObjects.jl",
, pages = Any[
"SyntheticObjects.jl" => "index.md",
]
,
#make = Documenter.make_julia_cmd()
)


deploydocs(repo = "github.com/hzarei4/SyntheticObjects.jl.git",
target = "gh-pages",
)
deploydocs(repo = "github.com/hzarei4/SyntheticObjects.jl.git")
48 changes: 0 additions & 48 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,2 @@
# SyntheticObjects.jl Documentation

```@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
```

0 comments on commit b3f234f

Please sign in to comment.