openml / openml-java

Java library to interface with OpenML
10 stars 4 forks source link

Java docs #9

Open janvanrijn opened 7 years ago

janvanrijn commented 7 years ago

Seems like (outdated) java docs are currently hardcoded hosted on the webserver: https://www.openml.org/docs/

Wouldn't it be better to somehow host these on maven central and link to there? (if possible..) that's where a java-doc.jar is available)

mwever commented 5 years ago

I think this issue is already outdated as the link does not even exist anymore.

However, there is a site called javadoc.io which hosts the javadoc of projects released on maven central. For example, you can find the javadoc of the apiconnector here: https://javadoc.io/doc/org.openml/apiconnector/1.0.23

Maybe this ticket can already be closed?