Skip to content

Commit

Permalink
DOCS: Correct typos in class names/paths (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Nov 18, 2024
1 parent f520eb8 commit 5b3d28f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/source/api/CoreEdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to AEDB files.
materials.Materials
modeler.Modeler
nets.EdbNets
padstack.EDBPadstacks
edb_data.padstacks_data.EDBPadstack
siwave.EdbSiwave
stackup.Stackup

Expand Down
7 changes: 1 addition & 6 deletions doc/source/api/SimulationConfigurationV2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ These classes are the containers of simulation configuration constructors V2.0 f
:toctree: _autosummary
:nosignatures:

CfgPortProperties
CfgSolderBallsProperties
CfgRlcModel
CfgComponent
CfgComponents

Expand Down Expand Up @@ -81,8 +78,6 @@ These classes are the containers of simulation configuration constructors V2.0 f
:nosignatures:

CfgPadstacks
Definition
Instance

.. currentmodule:: pyedb.configuration.cfg_pin_groups

Expand Down Expand Up @@ -126,7 +121,7 @@ These classes are the containers of simulation configuration constructors V2.0 f
CfgSweepData
CfgSetup
CfgSIwaveACSetup
CfgSiwaveDCSetup
CfgSIwaveDCSetup
CfgHFSSSetup
CfgDcIrSettings
CfgMeshOperation
Expand Down
2 changes: 1 addition & 1 deletion doc/source/api/edb_data/PrimitivesData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ These classes are the containers of data management for primitives and arcs.
:nosignatures:


EDBPrimitives
EDBArcs
EdbPolygon


.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions doc/source/api/sim_setup_data/data/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ These classes are the containers of HFSS simulation setup settings.
DefeatureSettings
AdvancedMeshSettings
ViaSettings
CurveApproximationSettings
CurveApproxSettings
DcrSettings
HfssPortSettings
HfssSolveSettings
HfssSolverSettings


2 changes: 1 addition & 1 deletion doc/source/api/utilities/simulation_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This class is the container of simulation setup.


SimulationSetupType
AdaptivveType
AdaptiveType
SimulationSetup


0 comments on commit 5b3d28f

Please sign in to comment.