Link to the new guides; Fixes #165

This commit is contained in:
konstin 2018-06-01 15:03:04 +02:00
parent 727a051548
commit 2d57b3bef7
1 changed files with 2 additions and 2 deletions

View File

@ -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).