diff --git a/include/evalhyd/evald.hpp b/include/evalhyd/evald.hpp
index 354a32a8794a3dc48c836877b15b4d0f07f2a660..7ae018e12ae57a0b5b337c0f8d78898b37895fa7 100644
--- a/include/evalhyd/evald.hpp
+++ b/include/evalhyd/evald.hpp
@@ -44,23 +44,9 @@ namespace evalhyd
     ///
     ///    transform: ``std::string``, optional
     ///       The transformation to apply to both streamflow observations and
-    ///       predictions prior to the calculation of the *metrics*. The options
-    ///       are listed in the table below.
+    ///       predictions prior to the calculation of the *metrics*.
     ///
-    ///       =========================  ==================================
-    ///       transformations            details
-    ///       =========================  ==================================
-    ///       ``"sqrt"``                 The square root function
-    ///                                  **f(Q) = √Q** is applied.
-    ///       ``"pow"``                  The power function
-    ///                                  **f(Q) = Qⁿ** is applied (where
-    ///                                  the power **n** can be set through 
-    ///                                  the *exponent* parameter).
-    ///       ``"inv"``                  The reciprocal function
-    ///                                  **f(Q) = 1/Q** is applied.
-    ///       ``"log"``                  The natural logarithm function
-    ///                                  **f(Q) = ln(Q)** is applied.
-    ///       =========================  ==================================
+    ///       .. seealso:: :doc:`../../functionalities/transformation`
     ///
     ///    exponent: ``double``, optional
     ///       The value of the exponent n to use when the *transform* is the