From 5eee2981dce106a49c39a663c84091a65d413397 Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Wed, 5 Apr 2023 13:55:33 +0200
Subject: [PATCH] docs: add description for Saltelli sampling

---
 docs/source/sampler/saltelli.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/source/sampler/saltelli.rst b/docs/source/sampler/saltelli.rst
index 0b7b340..d875a00 100644
--- a/docs/source/sampler/saltelli.rst
+++ b/docs/source/sampler/saltelli.rst
@@ -1,6 +1,11 @@
 Saltelli Sampling
 =================
 
+Saltelli sampling is a method to draw samples for the purpose of Sobol'
+sensitvity analysis (variance-based sensitivity analysis). Detailed description
+of the theory can be found in :cite:t:`Saltelli2002` and :cite:t:`Saltelli2010`.
+The :class:`.Saltelli` class relies on the Python package `SALib` :cite:p:`Herman2017`.
+
 Saltelli Class
 --------------
 
-- 
GitLab