From 5bbce1357d931004aa68def25be87cc389232ee2 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 20 Sep 2024 18:25:15 +0530 Subject: [PATCH] docs: add new interface functions to API docs --- docs/src/api.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/api.md b/docs/src/api.md index dfaadfb..21ba613 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -36,6 +36,12 @@ observed parameter_observed ``` +#### Historical index providers + +```@docs +is_markovian +``` + #### Parameter timeseries If the index provider contains parameters that change during the course of the simulation @@ -67,6 +73,12 @@ getu setu ``` +#### Historical value providers + +```@docs +get_history_function +``` + ### Parameter indexing ```@docs