This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 0a2848c6 docs: Adding docs link to python binding (#1921)
0a2848c6 is described below
commit 0a2848c69412020bea9ae2192a195e178c1eaca3
Author: sa- <[email protected]>
AuthorDate: Wed Apr 12 08:44:15 2023 +0200
docs: Adding docs link to python binding (#1921)
Update README.md
---
bindings/python/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bindings/python/README.md b/bindings/python/README.md
index 7ca69d2a..1d8ec819 100644
--- a/bindings/python/README.md
+++ b/bindings/python/README.md
@@ -1,5 +1,7 @@
# OpenDAL Python Binding
+Documentation: [main](https://opendal.apache.org/docs/python/)
+
This crate intends to build a native python binding.
## Installation
@@ -70,4 +72,4 @@ Build API docs:
```shell
maturin develop -E docs
pdoc opendal
-```
\ No newline at end of file
+```