Skip to content

Commit a549f78

Browse files
v0.6.0
docs
1 parent d35eecc commit a549f78

15 files changed

Lines changed: 685 additions & 402 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Surrogate Model Based Optimization and Hyperparameter Tuning in Python
44

5-
* Documentation for spotPython see [yperparameter Tuning Cookbook](https://sequential-parameter-optimization.github.io/Hyperparameter-Tuning-Cookbook/), a guide for scikit-learn, PyTorch, river, and spotPython.
5+
* Documentation for spotPython see [Hyperparameter Tuning Cookbook](https://sequential-parameter-optimization.github.io/Hyperparameter-Tuning-Cookbook/), a guide for scikit-learn, PyTorch, river, and spotPython.
66
* News and updates related to spotPython see [SPOTSeven](https://www.spotseven.de/spot/)
77

88

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ theme:
1414
logo: img/spotLogo.png
1515
plugins:
1616
- search:
17-
indexing: 'full'
1817
- gen-files:
1918
scripts:
2019
- docs/gen_ref_pages.py
2120
- literate-nav:
2221
nav_file: SUMMARY.md
2322
- section-index
24-
- mkdocstrings:
25-
watch:
26-
- src/spotPython
23+
watch:
24+
- src/spotPython
2725
markdown_extensions:
2826
- smarty
2927
- toc:

0 commit comments

Comments
 (0)