Skip to content

Commit

Permalink
Merge pull request #14 from openml/main
Browse files Browse the repository at this point in the history
minor mkdocs fix
  • Loading branch information
SubhadityaMukherjee authored Oct 21, 2024
2 parents fdef31b + 5bc30da commit e84dabd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ plugins:
nav:
- Home: "index.md"
- "API Reference":
- API reference/index.md
- "Callbacks": "API reference/Callbacks.md"
- "Custom Datasets": "API reference/Custom Datasets.md"
- "Metrics" : "API reference/Metrics.md"
- "OpenML Connection" : "API reference/OpenML Connection.md"
- "Trainer" : "API reference/Trainer.md"
- Examples:
- Examples:
- Examples/index.md
- "Create Dataset and Task" : "Examples/Create Dataset and Task.ipynb"
- "Image Classification Task" : "Examples/Image Classification Task.ipynb"
- "Pretrained Transformer Image Classification Task" : "Examples/Pretrained Transformer Image Classification Task.ipynb"
Expand Down

0 comments on commit e84dabd

Please sign in to comment.