Skip to content

Commit 2875724

Browse files
committed
add API in docs
1 parent 55a9fa3 commit 2875724

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/api/catalyst_api.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,17 @@ Base.convert
280280
ModelingToolkit.structural_simplify
281281
```
282282

283+
## Chemistry-related functionalities
284+
Various functionalities primarily relevant to modelling of chemical systems (but potentially also in biology).
285+
```@docs
286+
@compound
287+
@compounds
288+
iscompound
289+
components
290+
coefficients
291+
component_coefficients
292+
```
293+
283294
## Unit validation
284295
```@docs
285296
validate(rx::Reaction; info::String = "")

0 commit comments

Comments
 (0)