Skip to content

Commit 3906ce9

Browse files
committed
fix typos in docs, warnonly missing docs
1 parent a93a8b1 commit 3906ce9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kwargs = (;
5050
],
5151
draft=false,
5252
format = Documenter.HTML(ansicolor = true),
53-
# warnonly=true,
53+
warnonly=[:missing_docs],
5454
)
5555
kwargs_warnonly = (; kwargs..., warnonly=true)
5656

docs/src/API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ set_bounds!
127127
## Callbacks API
128128
### Define Callbacks
129129
```@docs
130-
ContionusComponentCallback
130+
ContinousComponentCallback
131131
VectorContinousComponentCallback
132-
Componentcondition
133-
ComponenAffect
132+
ComponentCondition
133+
ComponentAffect
134134
```
135135
### Attach Callbacks to Edge/VertexModels
136136
```@docs

docs/src/callbacks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Callbacks
2+
3+
tbd

0 commit comments

Comments
 (0)