From 309ec0b4d2b3fc2a1fd99a8e663f2272334de4fe Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 24 Feb 2023 16:05:08 +0100 Subject: [PATCH] add reference to docs page for new diagnostics parameter --- include/evalhyd/evald.hpp | 2 ++ include/evalhyd/evalp.hpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/evalhyd/evald.hpp b/include/evalhyd/evald.hpp index f625d25..4bcb3ed 100644 --- a/include/evalhyd/evald.hpp +++ b/include/evalhyd/evald.hpp @@ -126,6 +126,8 @@ namespace evalhyd /// diagnostics: ``std::vector<std::string>``, optional /// The sequence of evaluation diagnostics to be computed. /// + /// .. seealso:: :doc:`../../functionalities/diagnostics` + /// /// :Returns: /// /// ``std::vector<xt::xarray<double>>`` diff --git a/include/evalhyd/evalp.hpp b/include/evalhyd/evalp.hpp index deea6b4..3fb90a0 100644 --- a/include/evalhyd/evalp.hpp +++ b/include/evalhyd/evalp.hpp @@ -131,6 +131,8 @@ namespace evalhyd /// diagnostics: ``std::vector<std::string>``, optional /// The sequence of evaluation diagnostics to be computed. /// + /// .. seealso:: :doc:`../../functionalities/diagnostics` + /// /// :Returns: /// /// ``std::vector<xt::xarray<double>>`` -- GitLab