-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update docs * add groove types and simplify ASDF Type name and class association * define WELDX_TAG_BASE * add __post_init__ methods * add pint dimensionality check decorator * add ureg_check_class decorator * accept multiple arguments and add docstring * add `# noinspection PyUnresolvedReferences` flags for false positive PyCharm dataclass docstring errors * dynamically create type mapping * move parameter mapping to class * update dcostring format * update get_groove docstring * directory refactor * update API and ASDF documentation * update changelog * move GmawProcess classes * reorder inits
- Loading branch information
1 parent
8fea706
commit 4f89569
Showing
45 changed files
with
1,338 additions
and
1,427 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 |
---|---|---|
|
@@ -17,6 +17,7 @@ API | |
weldx.transformations | ||
weldx.utility | ||
weldx.visualization | ||
weldx.welding | ||
|
||
|
||
**ASDF modules** | ||
|
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ ASDF Schema Definitions | |
schemas/measurement.rst | ||
schemas/process.rst | ||
schemas/time.rst | ||
schemas/groove.rst |
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,29 @@ | ||
Grooves | ||
======= | ||
|
||
The ``groove`` directory contains reference implementations of welding groove definitions for different standards. | ||
|
||
Common Terms | ||
############ | ||
|
||
.. asdf-autoschemas:: | ||
|
||
groove/terms-1.0.0 | ||
|
||
DIN EN ISO 9692-1 | ||
################# | ||
|
||
.. asdf-autoschemas:: | ||
|
||
groove/iso_9692_1_2013_12/DHUGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/DHVGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/DUGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/DVGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/FFGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/HUGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/HVGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/IGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/UGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/UVGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/VGroove-1.0.0 | ||
groove/iso_9692_1_2013_12/VVGroove-1.0.0 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.