Skip to content

[DOC] add FAQ section for v2 API (#2305) - #2337

Open
kayne-lee wants to merge 2 commits into
sktime:mainfrom
kayne-lee:docs/faq-v2
Open

[DOC] add FAQ section for v2 API (#2305)#2337
kayne-lee wants to merge 2 commits into
sktime:mainfrom
kayne-lee:docs/faq-v2

Conversation

@kayne-lee

Copy link
Copy Markdown

Fixes #2305

Adds an FAQ page for the v2 API (docs/source/faq_v2.rst) and links it from the api_v2 toctree.

Notes

  • Follows the style of the existing v1 faq.rst and the v2 doc pages (same beta warning banner, same Q&A format).
  • Covers all 6 questions listed in [ENH] Add FAQ's section for v2 #2305, plus one bonus ("Do I have to use the Package layer?") - happy to cut it if reviewers prefer minimal scope.
  • All answers were sourced from the repo itself (api_v2.rst, data_v2.rst, models_v2.rst, pkg_v2.rst, m_layer_v2.rst, the TimeSeries and EncoderDecoderTimeSeriesDataModule docstrings, and extension_templates/v2).
  • Verified with a full local make html build: build succeeds and no Sphinx warnings mention faq_v2.

Adds docs/source/faq_v2.rst covering architecture, data handling,
training/prediction, and contributing questions for the v2 API, and
links it from the api_v2 toctree. Follows the style of the v1 faq.rst
and the existing v2 doc pages (same beta warning banner, same Q&A
format).
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2337   +/-   ##
=======================================
  Coverage        ?   87.46%           
=======================================
  Files           ?      175           
  Lines           ?    10165           
  Branches        ?        0           
=======================================
  Hits            ?     8891           
  Misses          ?     1274           
  Partials        ?        0           
Flag Coverage Δ
cpu 87.46% <ø> (?)
pytest 87.46% <ø> (?)

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

☔ View full report in Codecov by Harness.
📢 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.

@phoeenniixx phoeenniixx added documentation Improvements or additions to documentation ptf-v2 Related to `pytorch-forecasting` v2 labels Aug 4, 2026

@phoeenniixx phoeenniixx left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
I think we should also add a link of this faq to v1 faq (inside the info box - Try the API v2 pre-release!) like there is links to v2 API in v1 API docs

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

Labels

documentation Improvements or additions to documentation ptf-v2 Related to `pytorch-forecasting` v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Add FAQ's section for v2

2 participants