Skip to content

Commit a2f9782

Browse files
committed
Add missing docs
1 parent 9dba4ae commit a2f9782

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/src/api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ available_kwargs
6161
vectorsample
6262
quiverdata
6363
```
64+
65+
## Creating movies
66+
```@docs
67+
movie
68+
```

docs/src/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
````@eval
2-
using Markdown
3-
Markdown.parse("""
4-
$(read("../../README.md",String))
5-
""")
6-
````
1+
# GridVisualize.jl
2+
3+
```@docs
4+
GridVisualize
5+
```

0 commit comments

Comments
 (0)