docs icon indicating copy to clipboard operation
docs copied to clipboard

OpenML-python docs miss a dataset category

Open joaquinvanschoren opened this issue 4 months ago • 4 comments

In the Python docs: https://docs.openml.org/python/ If you click Code reference, it immediately opens the datasets tab: https://docs.openml.org/reference/datasets/ But the 'datasets' module is not listed in the list of modules on the left.

Also, the path should probably say https://docs.openml.org/python/reference/datasets/

This seems to be an issue in the mkdocs configuration.

joaquinvanschoren avatar Nov 20 '25 15:11 joaquinvanschoren

Also, the contribution guide link gives a 404: https://docs.openml.org/python/contributing/

joaquinvanschoren avatar Nov 20 '25 15:11 joaquinvanschoren

Is this issue still open? If so, may I take it on?

thenileshmishra avatar Nov 21 '25 07:11 thenileshmishra

Sure! Take care that it's a bit involved since we use the multirepo plugin, which pulls in mkdocs configs from different repo's https://github.com/openml/docs/blob/358b0409cd4223456c4f137d702dd32f5cc5949e/mkdocs.yml#L80

joaquinvanschoren avatar Nov 21 '25 09:11 joaquinvanschoren

I’ve resolved the 404 issue and pushed the fix for review. I’m currently working on the reference portion of the Python component.

thenileshmishra avatar Nov 21 '25 11:11 thenileshmishra