Skip to content

Commit

Permalink
minor mkdocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadityaMukherjee committed Oct 21, 2024
1 parent 1b36638 commit 5bc30da
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 5bc30da

Please sign in to comment.