Skip to content

Commit d3c5a3f

Browse files
authored
[CodeStyle][py2] remove paddle.compat cn docs (#5376)
* remove compat API docs * remove compat labels * remove compat in docs
1 parent 714be73 commit d3c5a3f

File tree

8 files changed

+0
-138
lines changed

8 files changed

+0
-138
lines changed

docs/api/api_label

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ paddle.callbacks.ReduceLROnPlateau .. _api_paddle_callbacks_ReduceLROnPlateau:
1111
paddle.callbacks.Callback .. _api_paddle_callbacks_Callback:
1212
paddle.callbacks.VisualDL .. _api_paddle_callbacks_VisualDL:
1313
paddle.callbacks.ModelCheckpoint .. _api_paddle_callbacks_ModelCheckpoint:
14-
paddle.compat.to_text .. _api_paddle_compat_to_text:
15-
paddle.compat.to_bytes .. _api_paddle_compat_to_bytes:
16-
paddle.compat.floor_division .. _api_paddle_compat_floor_division:
17-
paddle.compat.get_exception_message .. _api_paddle_compat_get_exception_message:
18-
paddle.compat.long_type .. _api_paddle_compat_long_type:
19-
paddle.compat.round .. _api_paddle_compat_round:
2014
paddle.is_compiled_with_xpu .. _api_paddle_is_compiled_with_xpu:
2115
paddle.is_compiled_with_npu .. _api_paddle_is_compiled_with_npu:
2216
paddle.set_device .. _api_paddle_set_device:

docs/api/paddle/compat/floor_division_cn.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/api/paddle/compat/get_exception_message_cn.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/api/paddle/compat/long_type_cn.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/api/paddle/compat/round_cn.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/api/paddle/compat/to_bytes_cn.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/api/paddle/compat/to_text_cn.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/guides/10_contribution/docs_contribution.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Paddle 使用 clang-format 来调整 C/C++ 源代码格式,请确保 clang-for
5151
docs/api
5252
|--paddle # 存放中文 API 文档,文件名为 api_name_cn.rst,路径为暴露的路径
5353
| |--amp
54-
| |--compat
5554
| |--device
5655
...
5756
| |--utils

0 commit comments

Comments
 (0)