Link to the new guides; Fixes #165
This commit is contained in:
parent
727a051548
commit
2d57b3bef7
|
@ -4,8 +4,8 @@
|
|||
|
||||
[Rust](http://www.rust-lang.org/) bindings for the [Python](https://www.python.org/) interpreter. This includes running and interacting with python code from a rust binaries as well as writing native python modules.
|
||||
|
||||
* [User Guide](https://pyo3.github.io/pyo3/guide/)
|
||||
* [API Documentation](http://pyo3.github.io/pyo3/pyo3/)
|
||||
* User Guide: [stable](https://pyo3.rs) | [master](https://pyo3.rs/master)
|
||||
* [API Documentation](https://docs.rs/crate/pyo3/)
|
||||
|
||||
A comparison with rust-cpython can be found [in the guide](https://pyo3.github.io/pyo3/guide/rust-cpython.html).
|
||||
|
||||
|
|
Loading…
Reference in New Issue