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

DOCS: Correct typos in class names/paths #892

Merged
merged 1 commit into from
Nov 18, 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/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


Loading