jmschrei / pomegranate

Fast, flexible and easy to use probabilistic modelling in Python.
http://pomegranate.readthedocs.org/en/latest/
MIT License
3.29k stars 590 forks source link

Fix API docs rendering #1041

Closed FBruzzesi closed 10 months ago

FBruzzesi commented 1 year ago

Description

Proposal to fix API rendering issue in the documentation, as described in #1040 .

Solution

The proposed implementation uses autoclassin place of automodule. In addition to that, I split Distributions and Models sections, which results in the following rendering:

pome-api-suggestion