Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CodeStyle][py2] remove paddle.compat cn docs #5376

Merged
merged 3 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/api/api_label
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ paddle.callbacks.ReduceLROnPlateau .. _api_paddle_callbacks_ReduceLROnPlateau:
paddle.callbacks.Callback .. _api_paddle_callbacks_Callback:
paddle.callbacks.VisualDL .. _api_paddle_callbacks_VisualDL:
paddle.callbacks.ModelCheckpoint .. _api_paddle_callbacks_ModelCheckpoint:
paddle.compat.to_text .. _api_paddle_compat_to_text:
paddle.compat.to_bytes .. _api_paddle_compat_to_bytes:
paddle.compat.floor_division .. _api_paddle_compat_floor_division:
paddle.compat.get_exception_message .. _api_paddle_compat_get_exception_message:
paddle.compat.long_type .. _api_paddle_compat_long_type:
paddle.compat.round .. _api_paddle_compat_round:
paddle.is_compiled_with_xpu .. _api_paddle_is_compiled_with_xpu:
paddle.is_compiled_with_npu .. _api_paddle_is_compiled_with_npu:
paddle.set_device .. _api_paddle_set_device:
Expand Down
20 changes: 0 additions & 20 deletions docs/api/paddle/compat/floor_division_cn.rst

This file was deleted.

19 changes: 0 additions & 19 deletions docs/api/paddle/compat/get_exception_message_cn.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/paddle/compat/long_type_cn.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/api/paddle/compat/round_cn.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/api/paddle/compat/to_bytes_cn.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/api/paddle/compat/to_text_cn.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/10_contribution/docs_contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Paddle 使用 clang-format 来调整 C/C++ 源代码格式,请确保 clang-for
docs/api
|--paddle # 存放中文 API 文档,文件名为 api_name_cn.rst,路径为暴露的路径
| |--amp
| |--compat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯,这里是有些问题。
我先把你的这个PR合入了,然后看看文档贡献指南怎么更新。

| |--device
...
| |--utils
Expand Down