diff --git a/docs/source/index.rst b/docs/source/index.rst index ddd2c41..1bde735 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,6 +24,7 @@ developers. Highlights include: * `MXNet `_ * `TVM `_ * `mpi4py `_ + * `Paddle `_ * Clean C ABI compatible. diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index ad20ed0..dde6021 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -196,3 +196,4 @@ ctypes, cffi, etc: * TVM: `ctypes `__, `Cython `__ * mpi4py: `Cython `_ +* Paddle: `C++ `__, `Python wrapper using Python C API `__