From 58128ece8cc23747faca051b7c658dfe6b947be0 Mon Sep 17 00:00:00 2001 From: dilpath <59329744+dilpath@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:10:53 +0100 Subject: [PATCH] fix crossref --- doc/analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/analysis.rst b/doc/analysis.rst index 98dd78f..bf238c2 100644 --- a/doc/analysis.rst +++ b/doc/analysis.rst @@ -7,5 +7,5 @@ The PEtab Select Python library provides some methods to help with this. Please See the Python API docs for the :class:`petab_select.Models` class, which provides some methods. In particular, :attr:`petab_select.Models.df` can be used to get a quick overview over all models, as a pandas dataframe. -Additionally, see the Python API docs for the :module:`petab_select.analysis` module, which contains some methods to subset and group models, +Additionally, see the Python API docs for the :mod:`petab_select.analyze` module, which contains some methods to subset and group models, or compute "weights" (e.g. Akaike weights).