已关闭
[Documentation|文档反馈]:dsl文档 python package 打包相关说明未更新,且无序列表缩进不兼容 mkdocs 渲染 #545
yuantao创建于 18 天前关闭于 17 天前
18 天前 将 yuantao_ 设为负责人
18 天前 添加了label:documentation
17 天前 issue状态由 进行中 改变为 已完成
17 天前 关闭了 issue
17 天前 删除了关联的pull request:docs(dsl): 优化DSL文档部分表述,修复无序列表的缩进问题
longjihui
17 天前 评论:
17 天前 评论:
该问题已修复,详见PR:https://gitcode.com/cann/catlass/pull/1233


Document Link / 文档链接 (Mandatory / 必填)
Issues Section / 问题文档片段 (Mandatory / 必填)
DSL 已提供 python package 打包能力,但
python/tla_dsl/README.md及docs/zh/下构建相关章节的说明未随之更新,描述内容与当前实际能力存在偏差。同时,DSL 多数文档的无序列表统一采用 2 空格缩进,而文档站使用的 mkdocs 仅支持 4 空格缩进,导致列表层级在渲染后无法正确呈现。
Existing Issues / 存在的问题 (Optional / 选填)
.editorconfig等统一格式化约束,易反复引入同类排版问题。Expected / 期望结果 (Optional / 选填)
.editorconfig约束缩进风格。