alamb opened a new pull request, #12145: URL: https://github.com/apache/datafusion/pull/12145
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes #. ## Rationale for this change I was looking for the page on [`Partitioning`](https://docs.rs/datafusion/latest/datafusion/physical_expr/enum.Partitioning.html) but the first thing that comes up is the partitioning description for Logical plans <img width="1310" alt="Screenshot 2024-08-24 at 5 27 42 AM" src="https://github.com/user-attachments/assets/77b78e0a-572c-4bdf-9da9-72b9ce27aad9"> Thus I would like to link the description in the result that also appears first ## What changes are included in this PR? Add a link from logical `Partitioning` to the more detailed documentation Here is what the doc looks like now: <img width="1045" alt="Screenshot 2024-08-24 at 5 30 30 AM" src="https://github.com/user-attachments/assets/44a9fd62-a6e1-4579-9239-3ac2c3c780e9"> ## Are these changes tested? By doc CI and I also looked at it manually ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org