Skip to content

Commit ef8b37d

Browse files
Merge pull request #819 from abhro/warning-admonition
Fix warning admonition blocks
2 parents ff4258a + 18ef3a2 commit ef8b37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/features/dae_initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DiffEqBase.ShampineCollocationInit
3333

3434
## ⚠️ WARNING: NoInit Usage
3535

36-
!!! warn "Use NoInit at your own risk"
36+
!!! warning "Use NoInit at your own risk"
3737
**`NoInit()` should almost never be used.** No algorithm has any guarantee of correctness if `NoInit()` is used with inconsistent initial conditions. Users should almost always use `CheckInit()` instead for safety.
3838

3939
**Important:**

docs/src/tutorials/sde_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sol = SDE.solve(ensembleprob, SDE.EnsembleThreads(), trajectories = 1000);
130130
nothing # hide
131131
```
132132

133-
!!! warn
133+
!!! warning
134134

135135
If you use a custom noise process, you might need to specify it in a custom prob_func
136136
in the EnsembleProblem constructor, as each trajectory needs its own noise process.

0 commit comments

Comments
 (0)