diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 38bdee6..4349b9d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-lts-latest" tools: - python: "mambaforge-4.10" + python: "mambaforge-latest" jobs: post_install: - conda list diff --git a/docs/examples/index.rst b/docs/examples/index.rst index 9ab6c1c..a89b69c 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -2,6 +2,24 @@ Examples ######## +.. toctree:: + :caption: Examples with Synthetic Functions in R on the `BOA Paper Examples Page `_ + :maxdepth: 2 + + Branin + Branin Saasbo - High Dimensional Optimization + Hartmann6 + Hartmann6 with Constraints + Hartmann6 with Global Stopping Strategy + + +.. toctree:: + :caption: Examples with Environmental Models on the `BOA Paper Examples Page `_ + :maxdepth: 2 + + SWAT+ + FERTCH3.14 + .. toctree:: :caption: Running Through the CLI (Command Line Interface) :maxdepth: 2 @@ -22,7 +40,7 @@ Examples .. toctree:: - :caption: Examples from Models Using BOA + :caption: Processing Model Outputs from a Optimization of a Real Model :maxdepth: 2 - cached_notebooks/example_optimization_results \ No newline at end of file + cached_notebooks/example_optimization_results