diff --git a/docs/index.rst b/docs/index.rst index 4aeb21e88..152a61810 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,7 @@ Table of contents installation concepts + tutorials basic_tutorial cooling_coffee_cup dask_tutorial diff --git a/docs/tutorials.rst b/docs/tutorials.rst new file mode 100644 index 000000000..377ce9d7e --- /dev/null +++ b/docs/tutorials.rst @@ -0,0 +1,18 @@ +EasyVVUQ tutorials +============ + +Here we have collected some tutorials on various aspects of EasyVVUQ. +A good place to start would be to follow our interactive Jupyter notebook `tutorial `_. + +.. toctree:: + :maxdepth: 1 + + basic_tutorial + cooling_coffee_cup + dask_tutorial + fusion_tutorial + multisampler_tutorial + restartable_campaign_tutorial + custom_encoder + multiencoder_tutorial + hier_sparse_grid_tutorial