From ee5d084479f471164de4bcebb0f12b98feaddef4 Mon Sep 17 00:00:00 2001 From: raghajaf Date: Thu, 21 Nov 2024 16:26:54 -0500 Subject: [PATCH] FIX: html link is replaced by doc link --- src/ansys/aedt/core/filtersolutions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/aedt/core/filtersolutions.py b/src/ansys/aedt/core/filtersolutions.py index 5f6f371be78..a0835f7c531 100644 --- a/src/ansys/aedt/core/filtersolutions.py +++ b/src/ansys/aedt/core/filtersolutions.py @@ -40,8 +40,8 @@ class FilterSolutions: - """Provides the `FilterSolutions `_ - application interface. + """ + Provides the :doc:`FilterSolutions` application interface. This class has access to ideal filter attributes and calculated output parameters. Parameters