Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Broken Links in Testing Framework Doc #2450

Merged
merged 3 commits into from Apr 27, 2022

Conversation

Tomiiwa
Copy link
Contributor

@Tomiiwa Tomiiwa commented Apr 12, 2022

Fixes #2442

Updated the links in the Testing Frameworks Doc.

@lmmentel
Copy link
Contributor

Thanks for looking into this @Tomiiwa however please note the files you are editing are int restructuredText format and therefore hyperlinks need to have specific syntax, take a look here https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#hyperlinks

@lmmentel lmmentel added the documentation Documentation & tutorials label Apr 12, 2022
@Tomiiwa
Copy link
Contributor Author

Tomiiwa commented Apr 14, 2022

Does this work now?

Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

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

Yes, looks good, thanks a lot!

@fkiraly fkiraly merged commit cf38dee into sktime:main Apr 27, 2022
srggrs added a commit to Gridsight/sktime that referenced this pull request Apr 28, 2022
* upstream/main: (36 commits)
  [BUG] fix random state overwrite in MiniRocketMultivariate (sktime#2563)
  [ENH] metrics rework part I - output format tests (sktime#2496)
  [MNT] Add a script to generate changelog in rst format (sktime#2449)
  [DOC] Broken Links in Testing Framework Doc (sktime#2450)
  [ENH] Aggregator remove index naming requirement (sktime#2479)
  [BUG] Fix output to ColumnEnsembleForecaster with `pred_quantile`/`pred_interval` (sktime#2512)
  [ENH] BaseObject reset functionality (sktime#2531)
  [BUG] ensure row index names are preserved in hierarchical forecasting when vectorizing (sktime#2489)
  [BUG] switch scipy mirror to anaconda on windows to resolve `gfortran` `FileNotFoundError` in all CI/CD (sktime#2561)
  [BUG] Fixed bug with kmedoids (sktime#2548)
  [BUG] Distances fixed bug where bounding matrix was being rounded incorrectly (sktime#2549)
  [ENH] turn on tests for no state change in `transform`, `predict` (sktime#2536)
  [DOC] fix: delete gsoc announcement from landing page (sktime#2543)
  [ENH] MockForecaster without logging, MockUnivariateForecaster clean-up (sktime#2539)
  [BUG] bugfix for default _predict_var implementation (sktime#2538)
  [BUG] fix `ThetaForecaster.predict_quantiles` breaking on `pd.DataFrame` input (sktime#2529)
  [ENH] raise pytest-timeout time limit to 10min (sktime#2541)
  [ENH] Logger update - `__init__` removal, private `log` attribute (sktime#2533)
  [ENH] unequal length panel classifier scenario (sktime#2516)
  [DOC] updated datatypes notebook - pd-multiindex, hierarchical m&scitype (sktime#2492)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation & tutorials
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Broken links in Testing framework overview
3 participants