generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/0.2
- Loading branch information
Showing
35 changed files
with
2,686 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Checklist: | ||
- [] Run unit tests and make sure they all pass | ||
- [] Check and fix style errors | ||
- pre-commit command line check | ||
- Problems tab in PyCharm | ||
- [] Bench test new/modified APIs by using and modifying the code in the example for the API method | ||
- [] Add new methods to rst file for updated API script(<pysherlock>\doc\source\api) | ||
- [] Generate documentation | ||
- [] Verify the HTML. It gets generated at: <pysherlock>\doc\build\html. | ||
- Open index.html | ||
- Click on "API Reference" at the top. | ||
- Verify HTML for API changes. | ||
- [] Check that test code coverage is at least 80% when Sherlock is running and can be connected to using gRPC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. _ref_layer_types: | ||
|
||
Layer Types | ||
=========== | ||
|
||
Classes used for the Layer API. | ||
|
||
.. currentmodule:: ansys.sherlock.core.types.layer_types | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
PolygonalShape | ||
RectangularShape | ||
SlotShape | ||
CircularShape | ||
PCBShape |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _ref_parts_types: | ||
|
||
Parts Types | ||
=========== | ||
|
||
Constants and classes used for the Parts API. | ||
|
||
.. currentmodule:: ansys.sherlock.core.types.parts_types | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
PartLocation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.