scikit-learn-contrib / scikit-matter

A collection of scikit-learn compatible utilities that implement methods born out of the materials science and chemistry communities
https://scikit-matter.readthedocs.io/en/v0.2.0/
BSD 3-Clause "New" or "Revised" License
76 stars 20 forks source link

WHO dataset missing function call section in doc #181

Closed agoscinski closed 1 year ago

agoscinski commented 1 year ago

load_csd_1000r has the section https://scikit-matter.readthedocs.io/en/latest/datasets.html#skmatter.datasets.load_csd_1000r but not the who dataset https://scikit-matter.readthedocs.io/en/latest/datasets.html#who-dataset

Also I would try to change this to autofunction, not sure if this results in problems since the descriptions are in the code folder https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#directive-autofunction

rosecers commented 1 year ago

Addressed in #192