From d60332113404568a0dfe12d0ddf53db399a65f40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Argos=29?=
 <stepan@adjemian.eu>
Date: Tue, 12 Mar 2024 08:51:43 +0100
Subject: [PATCH] Add missing option (auxname) in pac_model documentation.

(cherry picked from commit 2e8ced89523a80333f8024a68559e33dafa706e9)
---
 doc/manual/source/the-model-file.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index fac3483557..8c06354a5f 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -14755,6 +14755,11 @@ simply add the exogenous variables to the PAC equation (without the weight
     used if the target shows up in level in the auxiliary model,
     equation (A.74) in *Brayton et alii (2000)*.
 
+    .. option:: auxname = STRING
+
+    Name the auxiliary variable, created by the preprocessor, that
+    will define the expectation term in the PAC equation.
+
 
 .. operator:: pac_expectation (NAME_OF_PAC_MODEL);
 
-- 
GitLab