Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: FilterSolutions document link #5458

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/API/Application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Available PyAEDT apps are:
ansys.aedt.core.maxwellcircuit.MaxwellCircuit
ansys.aedt.core.emit.Emit
ansys.aedt.core.twinbuilder.TwinBuilder

ansys.aedt.core.filtersolutions.FilterSolutions

All other classes and methods are inherited into the app class.
AEDT, which is also referred to as the desktop app, is implicitly launched in any PyAEDT app.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/API/FilterSolutions.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Filter solutions
Filter design
==========================
The ``FilterSolutions`` module contains all classes needed to create and edit an object including.

Expand Down
4 changes: 2 additions & 2 deletions src/ansys/aedt/core/filtersolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading