From 2f13f30e6ef6729053a771c679bf4d04d92fc377 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 11 Dec 2023 16:24:01 +0530 Subject: [PATCH] docs: add a couple functions to api.md --- docs/src/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/api.md b/docs/src/api.md index a222a685..065a1042 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -1,6 +1,7 @@ # Interface Functions ```@docs +symbolic_container is_variable variable_index variable_symbols @@ -13,6 +14,9 @@ is_observed observed is_time_dependent constant_structure +parameter_values +getp +setp ``` # Traits