Skip to content

Commit 2f27ba6

Browse files
committed
Updates the index, getting started and basics according to the current implementation
1 parent 7b3664a commit 2f27ba6

23 files changed

+504
-69
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
poli.core.util.alignment.is\_aligned
2+
====================================
3+
4+
.. automodule:: poli.core.util.alignment.is_aligned
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
is_aligned_input
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
poli.core.util.alignment
2+
========================
3+
4+
.. automodule:: poli.core.util.alignment
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
.. rubric:: Modules
25+
26+
.. autosummary::
27+
:toctree:
28+
:recursive:
29+
30+
poli.core.util.alignment.is_aligned
31+

docs/protein-optimization/_autosummary/poli.core.util.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.core.util
1+
poli.core.util
22
==============
33

44
.. automodule:: poli.core.util
@@ -28,6 +28,7 @@ poli.core.util
2828
:recursive:
2929

3030
poli.core.util.abstract_observer
31+
poli.core.util.alignment
3132
poli.core.util.batch
3233
poli.core.util.chemistry
3334
poli.core.util.external_observer
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
poli.objective\_repository.gfp\_cbas.gfp\_gp
2+
============================================
3+
4+
.. automodule:: poli.objective_repository.gfp_cbas.gfp_gp
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
.. rubric:: Classes
17+
18+
.. autosummary::
19+
20+
SequenceGP
21+
22+
23+
24+
25+
26+
27+
28+
29+

docs/protein-optimization/_autosummary/poli.objective_repository.gfp_cbas.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.objective\_repository.gfp\_cbas
1+
poli.objective\_repository.gfp\_cbas
22
====================================
33

44
.. automodule:: poli.objective_repository.gfp_cbas
@@ -30,6 +30,7 @@ poli.objective\_repository.gfp\_cbas
3030
poli.objective_repository.gfp_cbas.abstract_vae_wrapper
3131
poli.objective_repository.gfp_cbas.cbas_alphabet_preprocessing
3232
poli.objective_repository.gfp_cbas.cbas_wrapper
33+
poli.objective_repository.gfp_cbas.gfp_gp
3334
poli.objective_repository.gfp_cbas.make_vae
3435
poli.objective_repository.gfp_cbas.register
3536

docs/protein-optimization/_autosummary/poli.tests.docs_examples.test_objective_functions.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.tests.docs\_examples.test\_objective\_functions
1+
poli.tests.docs\_examples.test\_objective\_functions
22
====================================================
33

44
.. automodule:: poli.tests.docs_examples.test_objective_functions
@@ -15,9 +15,7 @@ poli.tests.docs\_examples.test\_objective\_functions
1515

1616
test_aloha_example
1717
test_logp_example
18-
test_logp_example_using_strings
1918
test_qed_example
20-
test_qed_example_using_strings
2119
test_white_noise_example
2220

2321

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
poli.tests.registry.basic\_objectives.test\_budget\_exhaustion
2+
==============================================================
3+
4+
.. automodule:: poli.tests.registry.basic_objectives.test_budget_exhaustion
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
test_budget_exhaustion_exception
17+
test_budget_exhausts
18+
test_num_evaluation_tracks_correctly
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
poli.tests.registry.chemistry.test\_chemistry\_objectives
2+
=========================================================
3+
4+
.. automodule:: poli.tests.registry.chemistry.test_chemistry_objectives
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
test_force_registering_logp
17+
test_force_registering_qed
18+
test_force_registering_qed_with_context_manager
19+
test_logp_is_available
20+
test_penalized_logp_lambo
21+
test_qed_is_available
22+
test_querying_dockstring_using_selfies
23+
test_querying_dockstring_using_smiles
24+
test_registering_logp
25+
test_registering_qed
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+

docs/protein-optimization/_autosummary/poli.tests.registry.proteins.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ poli.tests.registry.proteins
2828
:recursive:
2929

3030
poli.tests.registry.proteins.test_foldx
31+
poli.tests.registry.proteins.test_foldx_rfp_lambo
3132
poli.tests.registry.proteins.test_rasp
3233

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
poli.tests.registry.proteins.test\_foldx
2+
========================================
3+
4+
.. automodule:: poli.tests.registry.proteins.test_foldx
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
test_foldx_from_non_repaired_file
17+
test_foldx_from_repaired_file
18+
test_foldx_stability_is_available
19+
test_force_registering_foldx_sasa
20+
test_force_registering_foldx_stability
21+
test_registering_foldx_sasa
22+
test_registering_foldx_stability
23+
test_registering_foldx_stability_and_sasa
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+

0 commit comments

Comments
 (0)