From feae254a989a61138291f59f661847c98345cd68 Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Fri, 27 Sep 2024 18:44:17 +0800 Subject: [PATCH 1/2] add links for paddle backend --- docs/source/index.rst | 1 + docs/source/python_spec.rst | 2 ++ 2 files changed, 3 insertions(+) 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..67fdef7 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -196,3 +196,5 @@ ctypes, cffi, etc: * TVM: `ctypes `__, `Cython `__ * mpi4py: `Cython `_ +* Paddle: `C++ `__ + `Python wrapper using Python C API `__, From 9310d689ae31c7eca93bb90ceebe54f5c09a822a Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Fri, 27 Sep 2024 23:08:06 +0800 Subject: [PATCH 2/2] Update docs/source/python_spec.rst Co-authored-by: Leo Fang --- docs/source/python_spec.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index 67fdef7..dde6021 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -196,5 +196,4 @@ ctypes, cffi, etc: * TVM: `ctypes `__, `Cython `__ * mpi4py: `Cython `_ -* Paddle: `C++ `__ - `Python wrapper using Python C API `__, +* Paddle: `C++ `__, `Python wrapper using Python C API `__