Skip to content

Commit

Permalink
Merge pull request #172 from madeline-scyphers/docs/add-examples-from…
Browse files Browse the repository at this point in the history
…-boa-paper-remote-repo

Add examples from BOA-Paper repo to docs
  • Loading branch information
madeline-scyphers authored Jul 14, 2024
2 parents 9c3c06a + 2ce9dd1 commit 7cb8afd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 20 additions & 2 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Examples
########

.. toctree::
:caption: Examples with Synthetic Functions in R on the `BOA Paper Examples Page <https://boa-paper.readthedocs.io/en/latest/>`_
:maxdepth: 2

Branin <https://boa-paper.readthedocs.io/en/latest/r_branin.html>
Branin Saasbo - High Dimensional Optimization <https://boa-paper.readthedocs.io/en/latest/r_branin_saasbo.html>
Hartmann6 <https://boa-paper.readthedocs.io/en/latest/r_hartmann.html>
Hartmann6 with Constraints <https://boa-paper.readthedocs.io/en/latest/r_hartmann_param_constraints.html>
Hartmann6 with Global Stopping Strategy <https://boa-paper.readthedocs.io/en/latest/r_hartmann_stopping_strat.html>


.. toctree::
:caption: Examples with Environmental Models on the `BOA Paper Examples Page <https://boa-paper.readthedocs.io/en/latest/>`_
:maxdepth: 2

SWAT+ <https://boa-paper.readthedocs.io/en/latest/swat_plus.html>
FERTCH3.14 <https://boa-paper.readthedocs.io/en/latest/fetch.html>

.. toctree::
:caption: Running Through the CLI (Command Line Interface)
:maxdepth: 2
Expand All @@ -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
cached_notebooks/example_optimization_results

0 comments on commit 7cb8afd

Please sign in to comment.