Skip to content

Commit

Permalink
Merge pull request #91 from ChristopherMayes/documentation
Browse files Browse the repository at this point in the history
Fix documentation errors from examples
  • Loading branch information
roussel-ryan authored Feb 9, 2023
2 parents 5b4d9e9 + caae060 commit b5311bf
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 366 deletions.
90 changes: 25 additions & 65 deletions docs/examples/es/extremum_seeking.ipynb

Large diffs are not rendered by default.

342 changes: 45 additions & 297 deletions docs/examples/scipy/neldermead.ipynb

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions scripts/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@


IGNORE = {
"xopt_gpt_example.ipynb",
"xopt_parallel.ipynb",
"vocs.ipynb",
"cnsga2_tnk.ipynb", # requires pymoo, not in package dependencies or conda
}

SUB_DIRS = ["basic", "bayes_exp", "cnsga", "bayes_opt"]
SUB_DIRS = ["basic", "bayes_exp", "cnsga", "bayes_opt", "es", "scipy"]


def parse_ipynb(file: Path) -> str:
Expand Down

0 comments on commit b5311bf

Please sign in to comment.