Skip to content

Commit 4f72065

Browse files
authored
Fix markdown syntax in docstrings (#646)
* Fix markdown header in `CaoTauLeaping` docstring * Fix markdown admonition header Signed-off-by: abhro <[email protected]> --------- Signed-off-by: abhro <[email protected]>
1 parent cf88135 commit 4f72065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ parameters θ and η.
10011001
Milan J. Math. 77, 205–244 (2009). https://doi.org/10.1007/s00032-009-0100-0
10021002
- Originally introduced in PR #88 (commit 42e2510) by Tatsuhiro Onodera (2018)
10031003
1004-
!!! warning################################################################################
1004+
!!! warning
10051005
10061006
The derivative `ggprime` must be computed analytically for correctness.# Rossler
10071007
The original paper contains a typo in the definition of ggprime - this
@@ -2931,7 +2931,7 @@ Automatically adjusts tau based on:
29312931
- Jump rate variations
29322932
- Solution stability requirements
29332933
2934-
## References################################################################################
2934+
## References
29352935
29362936
- Cao, Y., Gillespie, D.T., Petzold, L.R., "Efficient step size selection for the tau-leaping method"# Etc.
29372937
"""

0 commit comments

Comments
 (0)