Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website menu smart cache optimization #29

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions website/build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jupyter nbconvert ../source/Mlos.Notebooks/*.ipynb --to markdown --output-dir co
# nbconvert and hugo disagree about paths
# this should probably be done via the template
sed -i 's/BayesianOptimization_files/\.\.\/BayesianOptimization_files/g' content/notebooks/BayesianOptimization.md
sed -i 's/SmartCacheOptimization_files/\.\.\/SmartCacheOptimization_files/g' content/notebooks/SmartCacheOptimization.md

# place links to github in notebook files
for f in content/notebooks/*.md; do
Expand Down
Empty file.
5 changes: 2 additions & 3 deletions website/content/menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ headless = true

- Notebooks
- [Start Here]({{< relref "/notebooks/StartHere" >}})
- [Smart Cache]({{< relref "/notebooks/SmartCache" >}})
- [Smart Cache Active Learning]({{< relref "/notebooks/SmartCacheActiveLearning" >}})
- [Smart Cache Optimization]({{< relref "/notebooks/SmartCacheOptimization" >}})
- [Optimizer Monitor]({{< relref "/notebooks/OptimizerMonitor" >}})
- [Bayesian Optimization]({{< relref "/notebooks/BayesianOptimization" >}})

Expand All @@ -22,4 +21,4 @@ headless = true
- [Python](/MLOS/python_api/)

- [Code of Conduct]({{< relref "/CODE_OF_CONDUCT" >}})
- [Contributing]({{< relref "/CONTRIBUTING" >}})
- [Contributing]({{< relref "/CONTRIBUTING" >}})