Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixing broken links (#864)
  • Loading branch information
Neeratyoy authored and PGijsbers committed Nov 6, 2019
commit 12f1455bc65a1cd545e210b9217f963ec2db258d
4 changes: 2 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ not have the capacity to develop and maintain such interfaces on its own. For th
have built an extension interface to allows others to contribute back. Building a suitable
extension for therefore requires an understanding of the current OpenML-Python support.

`This example <examples/flows_and_runs_tutorial.html>`_
`This example <examples/20_basic/simple_flows_and_runs_tutorial.html>`_
shows how scikit-learn currently works with OpenML-Python as an extension. The *sklearn*
extension packaged with the `openml-python <https://github.com/openml/openml-python>`_
repository can be used as a template/benchmark to build the new extension.
Expand All @@ -188,7 +188,7 @@ API
Interfacing with OpenML-Python
++++++++++++++++++++++++++++++
Once the new extension class has been defined, the openml-python module to
:meth:`openml.extensions.register_extension.html` must be called to allow OpenML-Python to
:meth:`openml.extensions.register_extension` must be called to allow OpenML-Python to
interface the new extension.


Expand Down