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

feat: add type hints #454

Merged
merged 13 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
23 changes: 23 additions & 0 deletions doc/source/api/analysis_types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _ref_analysis_types:

Analysis Types
==============
.. automodule:: ansys.sherlock.core.types.analysis_types
.. currentmodule:: ansys.sherlock.core.types.analysis_types

Constants
---------
.. autoclass:: ElementOrder
:members:
.. autoclass:: ModelSource
:members:
.. autoclass:: RunAnalysisRequestAnalysisType
:members:
.. autoclass:: RunStrainMapAnalysisRequestAnalysisType
:members:
.. autoclass:: UpdatePcbModelingPropsRequestAnalysisType
:members:
.. autoclass:: UpdatePcbModelingPropsRequestPcbMaterialModel
:members:
.. autoclass:: UpdatePcbModelingPropsRequestPcbModelType
:members:
2 changes: 2 additions & 0 deletions doc/source/api/common_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Constants
:members:
.. autoclass:: TableDelimiter
:members:
.. autoclass:: Measurement
:members:
7 changes: 5 additions & 2 deletions doc/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Use the search feature or click links to view API documentation.
:hidden:

analysis
analysis_types
common
common_types
launcher
layer
layer_types
lifecycle
model
parts
layer_types
parts_types
project
project_types
Expand All @@ -27,13 +28,15 @@ Use the search feature or click links to view API documentation.
.. autosummary::

ansys.sherlock.core.analysis
ansys.sherlock.core.types.analysis_types
ansys.sherlock.core.common
ansys.sherlock.core.types.common_types
ansys.sherlock.core.launcher
ansys.sherlock.core.layer
ansys.sherlock.core.types.layer_types
ansys.sherlock.core.lifecycle
ansys.sherlock.core.model
ansys.sherlock.core.parts
ansys.sherlock.core.types.layer_types
ansys.sherlock.core.types.parts_types
ansys.sherlock.core.project
ansys.sherlock.core.types.project_types
Expand Down
Loading
Loading