mathurinm / celer

Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.
https://mathurinm.github.io/celer/
BSD 3-Clause "New" or "Revised" License
198 stars 32 forks source link

DOC link to source code in API documentation #250

Closed mathurinm closed 2 years ago

mathurinm commented 2 years ago

It would be nice if the doc could automatically point to the source code (e.g. in https://mathurinm.github.io/celer/generated/celer.datasets.fetch_ml_uci.html#celer.datasets.fetch_ml_uci)

sklearn does it (bottom right) image

so it should be doable easily with some sphinx option