Skip to content

Commit 5197ddc

Browse files
add: refactor basic tutorials
1 parent 6cc374a commit 5197ddc

37 files changed

Lines changed: 250 additions & 941 deletions

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ inplace:
2020

2121
test-code: in
2222
$(PYTEST) -s -v tests
23-
test-doc:
24-
$(PYTEST) -s -v doc/*.rst
2523

2624
test-coverage:
2725
rm -rf coverage .coverage
2826
$(PYTEST) -s -v --cov=. tests
2927

30-
test: test-code test-sphinxext test-doc
28+
test: test-code

docs/details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ will examine how to search through **datasets** in order to curate a
7272
list of **tasks**.
7373

7474
A further explanation is given in the [OpenML user
75-
guide](https://openml.github.io/OpenML/#concepts).
75+
guide](https://docs.openml.org/concepts/).
7676

docs/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extension interface to allows others to contribute back. Building a
3131
suitable extension for therefore requires an understanding of the
3232
current OpenML-Python support.
3333

34-
[This tutorial](../examples/20_basic/simple_flows_and_runs_tutorial) shows how the scikit-learn
34+
[This tutorial](../examples/Basics/simple_flows_and_runs_tutorial) shows how the scikit-learn
3535
extension works with OpenML-Python.
3636

3737
#### API

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pip install openml
5656
```
5757

5858
For more advanced installation information, please see the
59-
["Introduction"](../examples/20_basic/introduction_tutorial.py) example.
59+
["Introduction"](../examples/Basics/introduction_tutorial.py) example.
6060

6161

6262
## Further information
@@ -73,7 +73,7 @@ For more advanced installation information, please see the
7373
## Contributing
7474

7575
Contributing to the OpenML package is highly appreciated. Please see the
76-
["Contributing"](contributing) page for more information.
76+
["Contributing"](contributing.md) page for more information.
7777

7878
## Citing OpenML-Python
7979

examples/20_basic/README.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/20_basic/introduction_tutorial.py

Lines changed: 0 additions & 115 deletions
This file was deleted.

examples/20_basic/simple_flows_and_runs_tutorial.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

examples/40_paper/2015_neurips_feurer_example.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)