Skip to content

Commit 614afe8

Browse files
committed
Removes smb from the toc
1 parent 49c9656 commit 614afe8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/poli-docs/_toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ parts:
3030
- file: using_poli/objective_repository/foldx_stability.md
3131
- file: using_poli/objective_repository/foldx_sasa.md
3232
- file: using_poli/objective_repository/RaSP.md
33-
- file: using_poli/objective_repository/super_mario_bros.md
3433
- caption: "Optimizers"
3534
chapters:
3635
- file: using_poli_baselines/random_mutations.md

docs/poli-docs/index.md

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

88
Some of `poli`'s features:
99
- 🔲 **isolation** of black box function calls inside conda environments. Don't worry about clashes w. black box requirements, poli will create the relevant conda environments for you.
10-
- 🗒️ **logging** logic at the black box `__call__` level using observers.
10+
- 🗒️ **logging** each black box call using observers.
1111
- A numpy interface. Inputs are `np.array`s of strings, outputs are `np.array`s of floats.
1212
- `SMILES` and `SELFIES` support for small molecule manipulation.
1313

0 commit comments

Comments
 (0)