@@ -25,9 +25,13 @@ and inference problems on the world's leading supercomputers such as Frontier, A
2525**New: ** libEnsemble nows supports the `gest-api `_ generator standard, and can run with
2626Optimas and Xopt generators.
2727
28- The |ScriptCreator | to generate customized scripts for running ensembles with your
28+ .. before_script_creator_tag
29+
30+ Try the |ScriptCreator | to generate customized scripts for running ensembles with your
2931MPI applications.
3032
33+ .. after_script_creator_tag
34+
3135 Installation
3236============
3337
@@ -109,6 +113,8 @@ and an exit condition.
109113 ensemble.save_output(__file__ )
110114 print (" Some output data:\n " , ensemble.H[[" x0" , " x1" , " f" ]][:10 ])
111115
116+ .. before_colab_tag
117+
112118 |Inline Example |
113119
114120Try some other examples live in Colab.
@@ -127,6 +133,8 @@ Try some other examples live in Colab.
127133| Bayesian Optimization with Xopt. | |Bayesian Optimization with Xopt | |
128134+---------------------------------------------------------------+-------------------------------------+
129135
136+ .. after_colab_tag
137+
130138 There are many more examples in the `regression tests `_ and `Community Examples repository `_.
131139
132140Resources
@@ -216,6 +224,6 @@ Resources
216224.. |Bayesian Optimization with Xopt | image :: https://colab.research.google.com/assets/colab-badge.svg
217225 :target: https://colab.research.google.com/github/Libensemble/libensemble/blob/develop/examples/tutorials/xopt_bayesian_gen/xopt_EI_example.ipynb
218226
219- .. |ScriptCreator | image :: https://img.shields.io/badge/Script_Creator-purple?logo=magic
227+ .. |ScriptCreator | image :: https://img.shields.io/badge/Script_Creator-purple
220228 :target: https://libensemble.github.io/script-creator/
221229 :alt: Script Creator
0 commit comments