From 5bdf09114a347c68ef20b020ba14ec5b9781daf1 Mon Sep 17 00:00:00 2001 From: Datseris Date: Tue, 7 May 2024 15:26:27 +0100 Subject: [PATCH] add docstrings in the docs --- docs/src/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5532b25..92da5f2 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -197,10 +197,12 @@ See the section on [automatic parameters](@ref auto_params) for more related aut such as the macro [`@convert_to_parameters`](@ref) which can be particularly useful when developing a field-specific library. -## Main API function +## Main API functions ```@docs processes_to_mtkmodel +register_default_process! +default_processes ``` ## [Predefined `Process` subtypes](@id predefined_processes)