Skip to content

Commit a952c6e

Browse files
Update mkdocs.yml
1 parent 4975f5b commit a952c6e

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

mkdocs.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,23 @@ plugins:
4848
options:
4949
docstring_section_style: table
5050
show_docstring_functions: true
51-
52-
# nav:
53-
# - Home: "index.md"
54-
# - API Reference:
55-
# - "Callbacks": "API reference/Callbacks.md"
56-
# - "Custom Datasets": "API reference/Custom Datasets.md"
57-
# - "Metrics" : "API reference/Metrics.md"
58-
# - "OpenML Connection" : "API reference/OpenML Connection.md"
59-
# - "Trainer" : "API reference/Trainer.md"
60-
# - Examples:
61-
# - Beginner:
62-
# - "Create Dataset and Task" : "Examples/Create Dataset and Task.ipynb"
63-
# - "Image Classification Task" : "Examples/Image Classification Task.ipynb"
64-
# - "Pretrained Transformer Image Classification Task" : "Examples/Pretrained Transformer Image Classification Task.ipynb"
65-
# - "Sequential Classification Task" : "Examples/Sequential Classification Task.ipynb"
66-
# - "Tabular Classification" : "Examples/Tabular Classification.ipynb"
67-
68-
# - Advanced:
69-
# - "Choose a Custom Optimizer" : "Examples/Choose a Custom Optimizer.ipynb"
70-
# - "Other Integrations" : "Integrations of OpenML in PyTorch.md"
71-
# - "Limitations of the API": "Limitations of the API.md"
72-
# - "Philosphy behind the API Design" : "Philosophy behind the API Design.md"
51+
nav:
52+
- Home: "index.md"
53+
- API Reference:
54+
- "Callbacks": "API reference/Callbacks.md"
55+
- "Custom Datasets": "API reference/Custom Datasets.md"
56+
- "Metrics": "API reference/Metrics.md"
57+
- "OpenML Connection": "API reference/OpenML Connection.md"
58+
- "Trainer": "API reference/Trainer.md"
59+
- Examples:
60+
- Beginner:
61+
- "Create Dataset and Task": "Examples/Create Dataset and Task.ipynb"
62+
- "Image Classification Task": "Examples/Image Classification Task.ipynb"
63+
- "Pretrained Transformer Image Classification Task": "Examples/Pretrained Transformer Image Classification Task.ipynb"
64+
- "Sequential Classification Task": "Examples/Sequential Classification Task.ipynb"
65+
- "Tabular Classification": "Examples/Tabular Classification.ipynb"
66+
- Advanced:
67+
- "Choose a Custom Optimizer": "Examples/Choose a Custom Optimizer.ipynb"
68+
- "Other Integrations": "Integrations of OpenML in PyTorch.md"
69+
- "Limitations of the API": "Limitations of the API.md"
70+
- "Philosophy behind the API Design": "Philosophy behind the API Design.md"

0 commit comments

Comments
 (0)