basf / MolPipeline

A Python package for processing molecules with RDKit in scikit-learn
MIT License
149 stars 9 forks source link

Auto generate HTML docu #62

Open JochenSiegWork opened 3 months ago

JochenSiegWork commented 3 months ago

It would be helpful for new users if we provide the documentation as a webpage in a sklearn-like fashion.

TODO: check how sklearn is generating its documentation. There is also sphinx and similar tools.

c-w-feldmann commented 2 months ago

We could also then later link to the doku: https://github.com/scikit-learn/scikit-learn/blob/94d4a33168329ffb38ed65905a4b90bf34598309/sklearn/utils/_estimator_html_repr.py#L454