Skip to content

Conversation

@justeph
Copy link
Contributor

@justeph justeph commented Nov 25, 2025

Rationale for this change

The link to the python development documentation in python/README.md is broken: https://arrow.apache.org/docs/developers/python.html

What changes are included in this PR?

This PR fix the link to point to the new location: https://arrow.apache.org/docs/developers/python/index.html
Also removes unused links

Are these changes tested?

Yes, link is now functional

Are there any user-facing changes?

No

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

The python/README.md previously pointed to developers/python.html.
Updated to the current developers/python/index.html location.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
@justeph justeph force-pushed the justeph/fix-pyarrow-developent-link branch from d8fce71 to 1e5c174 Compare November 25, 2025 10:01
@justeph justeph changed the title python: Fix outdated link to Python development documentation MINOR; [python] Fix outdated link to Python development documentation Nov 25, 2025
@raulcd raulcd changed the title MINOR; [python] Fix outdated link to Python development documentation MINOR; [Python] Fix outdated link to Python development documentation Nov 25, 2025
Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Nov 25, 2025
@justeph
Copy link
Contributor Author

justeph commented Nov 25, 2025

I just added a new commit here instead of opening a new PR, since I realized that there are 2 links in the same files that are defined but not used and should be removed

@raulcd raulcd self-requested a review November 25, 2025 11:46
Links [3] and [5] in python/README.md are no longer referenced and can be
safely removed. Additionally, renumber the remaining link definitions so
that link [6] becomes [3].

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
@justeph justeph force-pushed the justeph/fix-pyarrow-developent-link branch from 042ccb5 to d3f577d Compare November 25, 2025 12:58
@raulcd raulcd changed the title MINOR; [Python] Fix outdated link to Python development documentation MINOR: [Python] Clean up unused link references in README Nov 25, 2025
@raulcd raulcd merged commit b6a1375 into apache:main Nov 25, 2025
16 of 17 checks passed
@raulcd raulcd removed the awaiting merge Awaiting merge label Nov 25, 2025
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit b6a1375.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants