pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
829 stars 52 forks source link

Restructure the API section of the docs #361

Closed drbenvincent closed 5 days ago

drbenvincent commented 1 week ago

Right now the structure of the API docs is very flat, in that all functions and classes within a given module appear on the same page. This does give rise to quite a lot of scrolling and an increased sense of clutter.

Perhaps better ways to structure the API docs are seen in pymc-marketing or pymc where there is more hierarchy and each function or class has it's own page/url.