-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
飞桨 API 文档中的前端问题汇总 #44009
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
问题发生区域
问题详情原 PaddlePaddle/docs#4935 ,现已 close 除大小写外同名 API 在侧边栏排序不稳定 打开 API 文档 paddle.vision.models 页面,观察 alexnet 和 AlexNet 以及 googlenet 和 GoogLeNet,随意点击侧边栏进行跳转,可以发现 alexnet 和 AlexNet 的相对位置(googlenet 那俩一样)是不稳定的,经常调换,因此猜测前端 sidebar 运行时排序没有考虑除大小写外同名的情况 当然,Resize、resize 等等这些同名的 API 也会有这样的问题。虽然不会有太大影响,但稍微有点影响用户体验。 示例链接及截图Screen-2022-06-16-165415.mp4 |
公式编号问题据观察,飞桨文档中的数学公式是由 MathJax 渲染的,而 MathJax 对于 equation 环境下的公式是可以自动编号的。经测试( PaddlePaddle/docs#4955 ),飞桨文档中没有自动启用公式编号的功能。希望前端工程师对这个功能予以支持。提出这个需求是因为引用公式会使有些参数的解释更加简单、明确,如: |
英文文档问题前端关键字渲染问题
关键字目录层级不明确的问题@SigureMo 已经在上文说的比较清楚了,建议修改 超链接失效的问题(红线)中文文档使用标签互相索引,问题不大,英文文档索引方式不明确,大部分索引都是失效状态,如 broadcast、inplace API等,都没有被有效索引起来。TODO:增加英文文档互相索引的文档 前端错误(红线)with_quant_attr (BOOLEAN) 多个API文档中都出现了这个多余的参数,参考示例:paddle.multiply、paddle.floor API名称渲染问题多出来一个空格,参考样例:paddle.static.Print |
https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/profiler/Profiler_en.html |
Since you haven't replied for more than a year, we have closed this issue/pr. |
飞桨文档评估工作小组在工作时发现了大量需要由前端工程师才能解决的问题,本 issue 将作为这些问题的汇总。大家在报告问题时请尽可能详细地附上问题示例。
The text was updated successfully, but these errors were encountered: