Skip to content

Commit

Permalink
Update doc/analysis.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Weindl <[email protected]>
  • Loading branch information
dilpath and dweindl authored Jan 6, 2025
1 parent fe48416 commit 2ef76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Analysis
After using PEtab Select to perform model selection, you may want to operate on all "good" calibrated models.
The PEtab Select Python library provides some methods to help with this. Please request any missing methods.

See the Python API docs for the ``Models`` class, which provides some methods. In particular, ``Models.df`` can be used
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 ``petab_select.analysis`` module, which contains some methods to subset and group models,
Expand Down

0 comments on commit 2ef76da

Please sign in to comment.