PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Apache License 2.0
12.41k stars 766 forks source link

docs: Add and fix links in free-threading guide. #4673

Closed ngoldbaum closed 2 weeks ago

ngoldbaum commented 3 weeks ago

This is mostly adding links. There are a few small text edits and fixes as well.

ngoldbaum commented 3 weeks ago

I could probably use PYO3_DOCS_URL instead of latest in all the links to the API docs. It looks like there's only one existing link in the guide that does that, maybe I should mass-convert all the links to the API docs to do that, except if they need to point to a specific version like in the migration guide.

davidhewitt commented 2 weeks ago

Yes please, I think it would be better to use the links to the exact PyO3 version using PYO3_DOCS_URL. 👍

Other than that, this is a welcome improvement, thanks 🙏

ngoldbaum commented 2 weeks ago

Moved all the /latest/ links to use the PYO3_DOCS_URL pattern. Also rebased and added links to the docs I wrote for OnceExt and OnceLockExt in another PR.