[DOC] Migrate docstrings in models/timexer/ to numpydoc format#2204
Open
sohamjadhav95 wants to merge 1 commit intosktime:mainfrom
Open
[DOC] Migrate docstrings in models/timexer/ to numpydoc format#2204sohamjadhav95 wants to merge 1 commit intosktime:mainfrom
sohamjadhav95 wants to merge 1 commit intosktime:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2204 +/- ##
=======================================
Coverage ? 86.62%
=======================================
Files ? 165
Lines ? 9736
Branches ? 0
=======================================
Hits ? 8434
Misses ? 1302
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
Broader Part of #2066 and closes #2200
What does this implement/fix?
Migrates all Google-style (
Args:/Returns:) docstrings in thepytorch_forecasting/models/timexer/module to numpydoc format, consistent with the ongoing migration in #2066.Files changed
models/timexer/_timexer.py: 7 docstrings convertedmodels/timexer/sub_modules.py: 8 docstrings convertedmodels/timexer/_timexer_v2.py: 2 docstrings convertedNo logic changes. Documentation only.
PR checklist
For new features/bug fixes