OpenML-python docs miss a dataset category
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.
Also, the contribution guide link gives a 404: https://docs.openml.org/python/contributing/
Is this issue still open? If so, may I take it on?
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
I’ve resolved the 404 issue and pushed the fix for review. I’m currently working on the reference portion of the Python component.