Skip to content

[DOC] Migrate docstrings in models/timexer/ to numpydoc format#2204

Open
sohamjadhav95 wants to merge 1 commit intosktime:mainfrom
sohamjadhav95:doc/numpydoc-timexer
Open

[DOC] Migrate docstrings in models/timexer/ to numpydoc format#2204
sohamjadhav95 wants to merge 1 commit intosktime:mainfrom
sohamjadhav95:doc/numpydoc-timexer

Conversation

@sohamjadhav95
Copy link

@sohamjadhav95 sohamjadhav95 commented Mar 17, 2026

Reference Issues/PRs

Broader Part of #2066 and closes #2200

What does this implement/fix?

Migrates all Google-style (Args: / Returns:) docstrings in the pytorch_forecasting/models/timexer/ module to numpydoc format, consistent with the ongoing migration in #2066.

Files changed

  • models/timexer/_timexer.py: 7 docstrings converted
  • models/timexer/sub_modules.py: 8 docstrings converted
  • models/timexer/_timexer_v2.py: 2 docstrings converted

No logic changes. Documentation only.

PR checklist

For new features/bug fixes
  • I've added tests for the change
  • I've updated the documentation

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@edbdeb4). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2204   +/-   ##
=======================================
  Coverage        ?   86.62%           
=======================================
  Files           ?      165           
  Lines           ?     9736           
  Branches        ?        0           
=======================================
  Hits            ?     8434           
  Misses          ?     1302           
  Partials        ?        0           
Flag Coverage Δ
cpu 86.62% <ø> (?)
pytest 86.62% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Migrate docstrings in models/timexer/ to numpydoc format

1 participant