-
Notifications
You must be signed in to change notification settings - Fork 848
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description
The pytorch_forecasting/models/timexer/ module still has Google-style docstrings (Args: / Returns:) across multiple files. As part of the ongoing numpydoc migration (#2066), I'd like to convert all remaining files in this module.
Files affected
-
pytorch_forecasting/models/timexer/_timexer.py: 10 docstrings -
pytorch_forecasting/models/timexer/sub_modules.py: 8 docstrings -
pytorch_forecasting/models/timexer/_timexer_v2.py: 4 docstrings
What I'll do
- Convert all
Args:blocks toParameters\n---------- - Convert all
Returns:blocks toReturns\n------- - No logic changes, documentation only
Related
Part of the broader numpydoc migration: #2066
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation