Skip to content

Commit 5bdf091

Browse files
committed
add docstrings in the docs
1 parent 92fef85 commit 5bdf091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,12 @@ See the section on [automatic parameters](@ref auto_params) for more related aut
197197
such as the macro [`@convert_to_parameters`](@ref) which can be particularly useful
198198
when developing a field-specific library.
199199

200-
## Main API function
200+
## Main API functions
201201

202202
```@docs
203203
processes_to_mtkmodel
204+
register_default_process!
205+
default_processes
204206
```
205207

206208
## [Predefined `Process` subtypes](@id predefined_processes)

0 commit comments

Comments
 (0)