-
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.
* add user API section * fix import and grammar * handle user api doc inside python package * fix See Also * refactor interpolation to consider time in xarray dimensions instead of coordinates * skip pytest and lint without code changes * skip pytest for win and osx unless master or PR * always run on action changes * dummy comment * test pytest exclude * trigger? * filter? * actions filter * skip pip install and fix ci trigger * update pytest filter * skip build CI for doc or changelog changes * exclude full pytest matrix on draft PR * try with default * remove defaults * include PR state changes * Update test_transformations.py * added toctree captions for tutorials * index: skip first 8 lines of readme.me and set caption in rst. * moved api doc string from rst to py and extended it * added module docstrings * fix headings * amend changelog * emit ImportWarning if doc str could not be derived. * use same template in autosummary * fix docstring of Q_ * use class template where appropriate. * better heading * check for time in dims * update CHANGELOG.md * update test after merge * fix merge * fix orth check Co-authored-by: Martin K. Scherer <m.scherer@fu-berlin.de> Co-authored-by: Martin K. Scherer <marscher@users.noreply.github.com>
- Loading branch information
1 parent
cd7f2f3
commit 2d7dba5
Showing
13 changed files
with
101 additions
and
88 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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"""ASDF-extensions for weldx types.""" | ||
from typing import List | ||
|
||
from asdf.extension import ManifestExtension | ||
|
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
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.