📝 docs(markdown): format tracked markdown and drop stale templates
This commit is contained in:
+18
-18
@@ -80,25 +80,25 @@
|
||||
|
||||
## 最短跳转
|
||||
|
||||
| 当前任务 | 先读哪里 |
|
||||
| --- | --- |
|
||||
| 我要系统入门 TSL | [syntax/index.md](syntax/index.md) |
|
||||
| 我要先核对语言核心事实 | [syntax/02_quickstart.md](syntax/02_quickstart.md) |
|
||||
| 我要写最短可运行骨架 | [syntax/02_quickstart.md](syntax/02_quickstart.md) |
|
||||
| 我要判断“这句语法能不能写” | [syntax/index.md](syntax/index.md) |
|
||||
| 我要核对较新写法 / 新能力并入 / 资料冲突 / 解释器版本边界 | [syntax/index.md](syntax/index.md),再按主题跳到对应语法页 |
|
||||
| 我要核对高频误写 / 反例 / 负向边界 | [syntax/12_pitfalls.md](syntax/12_pitfalls.md) |
|
||||
| 我要知道正式语法手册现在还差什么 | [syntax/coverage_map.md](syntax/coverage_map.md) |
|
||||
| 我要写金融指标 / 选股 / 回测 | [finance/index.md](finance/index.md) |
|
||||
| 我要看模块 / 集成 / 互操作入口 | [modules/index.md](modules/index.md) |
|
||||
| 当前任务 | 先读哪里 |
|
||||
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
|
||||
| 我要系统入门 TSL | [syntax/index.md](syntax/index.md) |
|
||||
| 我要先核对语言核心事实 | [syntax/02_quickstart.md](syntax/02_quickstart.md) |
|
||||
| 我要写最短可运行骨架 | [syntax/02_quickstart.md](syntax/02_quickstart.md) |
|
||||
| 我要判断“这句语法能不能写” | [syntax/index.md](syntax/index.md) |
|
||||
| 我要核对较新写法 / 新能力并入 / 资料冲突 / 解释器版本边界 | [syntax/index.md](syntax/index.md),再按主题跳到对应语法页 |
|
||||
| 我要核对高频误写 / 反例 / 负向边界 | [syntax/12_pitfalls.md](syntax/12_pitfalls.md) |
|
||||
| 我要知道正式语法手册现在还差什么 | [syntax/coverage_map.md](syntax/coverage_map.md) |
|
||||
| 我要写金融指标 / 选股 / 回测 | [finance/index.md](finance/index.md) |
|
||||
| 我要看模块 / 集成 / 互操作入口 | [modules/index.md](modules/index.md) |
|
||||
| 我要确认账户体系 / 真实接口 / 部署方式 / 脚本入口 / 环境变量 / CI / 验证命令 | 项目自身文档、`scripts/*` 入口脚本、CI 配置;当前项目已补齐时再看 [toolchain.md](toolchain.md) |
|
||||
| 我要看回测框架模块 | [modules/tsbacktesting.md](modules/tsbacktesting.md) |
|
||||
| 我要看 Python 互操作 | [modules/tsl_python_interop.md](modules/tsl_python_interop.md) |
|
||||
| 我要看微信消息推送 | [modules/wechat_message.md](modules/wechat_message.md) |
|
||||
| 我要看 Python API | [modules/pytsl_api.md](modules/pytsl_api.md) |
|
||||
| 我要查函数库 | [reference/index.md](reference/index.md) |
|
||||
| 当前项目已补齐工具链时,看工具链 / 项目执行辅证 | [toolchain.md](toolchain.md) |
|
||||
| 我要避开高频误写 | [syntax/12_pitfalls.md](syntax/12_pitfalls.md) |
|
||||
| 我要看回测框架模块 | [modules/tsbacktesting.md](modules/tsbacktesting.md) |
|
||||
| 我要看 Python 互操作 | [modules/tsl_python_interop.md](modules/tsl_python_interop.md) |
|
||||
| 我要看微信消息推送 | [modules/wechat_message.md](modules/wechat_message.md) |
|
||||
| 我要看 Python API | [modules/pytsl_api.md](modules/pytsl_api.md) |
|
||||
| 我要查函数库 | [reference/index.md](reference/index.md) |
|
||||
| 当前项目已补齐工具链时,看工具链 / 项目执行辅证 | [toolchain.md](toolchain.md) |
|
||||
| 我要避开高频误写 | [syntax/12_pitfalls.md](syntax/12_pitfalls.md) |
|
||||
|
||||
## 进入之后怎么读
|
||||
|
||||
|
||||
Reference in New Issue
Block a user