diff --git a/bindings/python/docs/api/layers.md b/bindings/python/docs/api/layers.md index 9d89e75ffb97..054e7d497cd4 100644 --- a/bindings/python/docs/api/layers.md +++ b/bindings/python/docs/api/layers.md @@ -2,7 +2,6 @@ This page documents all layers in OpenDAL. -## Layer ::: opendal.layers.Layer options: heading: "opendal.layers.Layer" @@ -10,21 +9,18 @@ This page documents all layers in OpenDAL. show_source: false show_bases: false -## RetryLayer ::: opendal.layers.RetryLayer options: heading: "opendal.layers.RetryLayer" heading_level: 2 show_source: false -## ConcurrentLimitLayer ::: opendal.layers.ConcurrentLimitLayer options: heading: "opendal.layers.ConcurrentLimitLayer" heading_level: 2 show_source: false -## MimeGuessLayer ::: opendal.layers.MimeGuessLayer options: heading: "opendal.layers.MimeGuessLayer" diff --git a/bindings/python/docs/api/types.md b/bindings/python/docs/api/types.md index 736a088c4eb7..1227dc1fe4eb 100644 --- a/bindings/python/docs/api/types.md +++ b/bindings/python/docs/api/types.md @@ -2,7 +2,6 @@ This page documents all types in OpenDAL. -## Entry ::: opendal.types.Entry options: heading: "opendal.types.Entry" @@ -10,13 +9,11 @@ This page documents all types in OpenDAL. show_source: false show_bases: false -## EntryMode ::: opendal.types.EntryMode options: heading: "opendal.types.EntryMode" heading_level: 2 -## Metadata ::: opendal.types.Metadata options: heading: "opendal.types.Metadata" @@ -24,7 +21,6 @@ This page documents all types in OpenDAL. show_source: false show_bases: false -## PresignedRequest ::: opendal.types.PresignedRequest options: heading: "opendal.types.PresignedRequest" diff --git a/bindings/python/docs/index.md b/bindings/python/docs/index.md index 8717fa722850..64106e54d0d1 100644 --- a/bindings/python/docs/index.md +++ b/bindings/python/docs/index.md @@ -9,7 +9,7 @@ pip install opendal ## Local Usage Developer must set two required arguments to work with files locally: - `scheme`: which should be specified as `fs` -- `root`: where OpenDAl considers the root of the directory for operations will be. +- `root`: where OpenDAL considers the root of the directory for operations will be. For example in the following operator: `opendal.Operator("fs", root="/foo")`