From 9b4d6cf51ff78c8b3e3be8273110cd85aac6e842 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 30 Aug 2018 19:22:59 +0200 Subject: [PATCH] Remove docs.rs link for now --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a6c309d1..c245fb56 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [Rust](http://www.rust-lang.org/) bindings for [Python](https://www.python.org/). This includes running and interacting with python code from a rust binaries as well as writing native python modules. * 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.rs/master/rust-cpython.html).