@@ -13,43 +13,40 @@ function launching tasks, see the
1313.. role :: underline
1414 :class: underline
1515
16- six_hump_camel
17- --------------
18- .. automodule :: six_hump_camel
19- :members: six_hump_camel_simple, persistent_six_hump_camel
20- :undoc-members:
21-
22- .. dropdown :: :underline:`six_hump_camel.py`
23-
24- .. literalinclude :: ../../libensemble/sim_funcs/six_hump_camel.py
25- :language: python
26- :linenos:
27-
28- noisy_vector_mapping
29- --------------------
30- .. automodule :: noisy_vector_mapping
31- :members:
32- :undoc-members:
33-
34- .. dropdown :: :underline:`noisy_vector_mapping.py`
35-
36- .. literalinclude :: ../../libensemble/sim_funcs/noisy_vector_mapping.py
37- :language: python
38- :linenos:
39-
40- borehole
41- --------
42- .. automodule :: borehole
43- :members:
44- :undoc-members:
45-
46- executor_hworld
47- ---------------
48- .. automodule :: executor_hworld
49- :members:
50-
51- .. dropdown :: :underline:`executor_hworld.py`
52-
53- .. literalinclude :: ../../libensemble/sim_funcs/executor_hworld.py
54- :language: python
55- :linenos:
16+
17+ Simple simulation functions
18+ ---------------------------
19+
20+ .. toctree ::
21+ :maxdepth: 1
22+
23+ sim_funcs/simple_sim
24+ sim_funcs/borehole
25+ sim_funcs/borehole_kills
26+ sim_funcs/chwirut1
27+ sim_funcs/inverse_bayes
28+ sim_funcs/noisy_vector_mapping
29+ sim_funcs/periodic_func
30+ sim_funcs/rosenbrock
31+ sim_funcs/six_hump_camel
32+ sim_funcs/surmise_test_function
33+
34+
35+ Functions with CPU/GPU allocation
36+ ---------------------------------
37+
38+ .. toctree ::
39+ :maxdepth: 1
40+
41+ sim_funcs/var_resources
42+ sim_funcs/forces_simf
43+
44+ Special simulation functions
45+ ----------------------------
46+
47+ .. toctree ::
48+ :maxdepth: 1
49+
50+ sim_funcs/mock_sim
51+
52+
0 commit comments