Skip to content

Commit 06b495c

Browse files
v0.5.28
docs
1 parent 58e4520 commit 06b495c

7 files changed

Lines changed: 363 additions & 170 deletions

File tree

docs/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Welcome to spotPython
1+
# spotPython
22

3-
For official information see [SPOTSeven](https://www.spotseven.de/spot/)
3+
## Surrogate Model Based Optimization and Hyperparameter Tuning in Python
4+
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.
6+
* News and updates related to spotPython see [SPOTSeven](https://www.spotseven.de/spot/)
47

58

mkdocs.yml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: spotPython
2-
site_url: https://www.spotseven.de
2+
site_url: https://github.com/sequential-parameter-optimization/spotPython
3+
repo_url: https://github.com/sequential-parameter-optimization/spotPython/tree/main
34
nav:
45
- Home: index.md
56
- Documentation: hyperparameter-tuning-cookbook.md
@@ -10,17 +11,21 @@ nav:
1011
theme:
1112
name: material
1213
favicon: img/favicon.png
13-
logo: img/spotlogo.png
14+
logo: img/spotLogo.png
1415
plugins:
15-
- search
16-
- gen-files:
17-
scripts:
18-
- docs/gen_ref_pages.py
19-
- literate-nav:
20-
nav_file: SUMMARY.md
21-
- section-index
22-
- mkdocstrings:
23-
watch:
24-
- src/spotPython
25-
26-
16+
- search:
17+
indexing: 'full'
18+
- gen-files:
19+
scripts:
20+
- docs/gen_ref_pages.py
21+
- literate-nav:
22+
nav_file: SUMMARY.md
23+
- section-index
24+
- mkdocstrings:
25+
watch:
26+
- src/spotPython
27+
markdown_extensions:
28+
- smarty
29+
- toc:
30+
permalink: True
31+
- sane_lists

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotPython"
10-
version = "0.5.23"
10+
version = "0.5.28"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

0 commit comments

Comments
 (0)