From 4bfa5895537576be58094667a1d0c54fd01d5ea1 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Sun, 16 Apr 2023 16:53:05 +0200 Subject: [PATCH] docs: add example of inference to gallery --- docs/source/examples.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index c97d4a1..123824f 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -4,6 +4,7 @@ Example Gallery .. toctree:: Emulator <../auto_examples/emulator/index> + Inference <../auto_examples/inference/index> Sampler <../auto_examples/sampler/index> Sensitivity <../auto_examples/sensitivity/index> Simulator <../auto_examples/simulator/index> -- GitLab