For example, AR1 is presented here: https://cdcgov.github.io/PyRenew/reference/latent.html#pyrenew.latent.AR1 and identically here: https://cdcgov.github.io/PyRenew/reference/latent.html#pyrenew.latent.temporal_processes.AR1
I assume this is because we explicitly include pyrenew.latent.temporal_processes in the docs, which has the benefit of including the supporting material about Temporal Processes: https://cdcgov.github.io/PyRenew/reference/latent.html#temporal-processes, which is important context for users.
Is there some way to present the supporting material while only documenting the temporal processes once?
For example, AR1 is presented here: https://cdcgov.github.io/PyRenew/reference/latent.html#pyrenew.latent.AR1 and identically here: https://cdcgov.github.io/PyRenew/reference/latent.html#pyrenew.latent.temporal_processes.AR1
I assume this is because we explicitly include
pyrenew.latent.temporal_processesin the docs, which has the benefit of including the supporting material about Temporal Processes: https://cdcgov.github.io/PyRenew/reference/latent.html#temporal-processes, which is important context for users.Is there some way to present the supporting material while only documenting the temporal processes once?