Skip to content

[MNT] Fix project URLs in pyproject.toml#1007

Merged
fkiraly merged 2 commits into
sktime:mainfrom
kabirvashisht4-glitch:fix-links-clean
Mar 29, 2026
Merged

[MNT] Fix project URLs in pyproject.toml#1007
fkiraly merged 2 commits into
sktime:mainfrom
kabirvashisht4-glitch:fix-links-clean

Conversation

@kabirvashisht4-glitch
Copy link
Copy Markdown
Contributor

Reference Issues/PRs

Fixes #1006

What does this implement/fix? Explain your changes.

This PR updates project URLs in pyproject.toml to point to more specific and relevant locations instead of the repository root.

  • Documentation → README section
  • API Reference → docs/source/api_reference
  • Release Notes → GitHub releases page

This improves navigation and helps users locate relevant resources more easily.

Does your contribution introduce a new dependency? If yes, which one?

No.

What should a reviewer concentrate their feedback on?

  • Correctness of updated URLs
  • Whether the chosen links are appropriate destinations

Did you add any tests for the change?

No, as this change only updates project metadata (URLs).

Any other comments?

No additional comments.

PR checklist

For all contributions
  • I've added myself to the list of contributors
  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG].

Comment thread pyproject.toml Outdated
Download = "https://pypi.org/project/skpro/#files"
"API Reference" = "https://github.com/sktime/skpro"
"Release Notes" = "https://github.com/sktime/skpro"
"API Reference" = "https://github.com/sktime/skpro/tree/main/docs/source/api_reference"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this should go on the webpage on readthedoc, actually

Copy link
Copy Markdown
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.

See above

Comment thread pyproject.toml Outdated
"API Reference" = "https://github.com/sktime/skpro"
"Release Notes" = "https://github.com/sktime/skpro"
"API Reference" = "https://github.com/sktime/skpro/tree/main/docs/source/api_reference"
"Release Notes" = "https://github.com/sktime/skpro/releases"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this too

@kabirvashisht4-glitch
Copy link
Copy Markdown
Contributor Author

Thanks for the review! That makes sense.
I’ll update the URLs to point to the ReadTheDocs pages instead of the GitHub repository paths for both the API Reference and related links.

Copy link
Copy Markdown
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.

Thanks!

@fkiraly fkiraly merged commit c6aaf30 into sktime:main Mar 29, 2026
38 checks passed
@fkiraly fkiraly changed the title Fix project URLs in pyproject.toml [MNT] Fix project URLs in pyproject.toml Mar 29, 2026
@fkiraly fkiraly added the maintenance Continuous integration, unit testing & package distribution label Mar 29, 2026
@kabirvashisht4-glitch
Copy link
Copy Markdown
Contributor Author

Thanks , Could you please review my PR #892

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

Labels

maintenance Continuous integration, unit testing & package distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Incorrect or misleading project URLs in pyproject.toml

2 participants