diff --git a/nbs/mint.json b/nbs/mint.json index 89c40c6..766238d 100644 --- a/nbs/mint.json +++ b/nbs/mint.json @@ -63,11 +63,11 @@ { "group": "API Reference", "pages": [ - "core.html", - "methods.html", - "probabilistic_methods.html", - "evaluation.html", - "utils.html" + "src/core.html", + "src/methods.html", + "src/probabilistic_methods.html", + "src/evaluation.html", + "src/utils.html" ] } ] diff --git a/nbs/sidebar.yml b/nbs/sidebar.yml index 25c758f..ab7b1c4 100644 --- a/nbs/sidebar.yml +++ b/nbs/sidebar.yml @@ -25,7 +25,6 @@ website: - examples/TourismLarge-Evaluation.ipynb - section: ML Forecast Reconciliation contents: - - examples/HierarchicalForecast-GluonTS.ipynb - examples/MLFrameworksExample.ipynb - section: "API Reference" contents: src/*