tsl-devkit/docs/index.md

39 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 文档导航Docs Index
本仓库文档按“跨语言共识 / 语言专属”分层组织,便于在多语言项目中扩展与复用。
## 跨语言common
- 提交信息与版本号:`common/commit_message.md`
## TSLtsl/tsf
- TSL 源文件后缀同时包含:`.tsl`(脚本)与 `.tsf`(模块/库代码)。
- 代码风格:`tsl/code_style.md`
- 命名规范:`tsl/naming.md`
- 语法手册TSL 语法;函数库按需检索 `tsl/syntax_book/function/``tsl/syntax_book/index.md`
- 工具链与验证命令(模板):`tsl/toolchain.md`
- TSL 模块化文档:
- 微信消息接口说明:`tsl/modules/wechat_message.md`
- 回测框架 TSBackTesting`tsl/modules/tsbacktesting.md`
- 天软与 Python 交互:`tsl/modules/tsl_python_interop.md`
- pyTSL 接口说明:`tsl/modules/pytsl_api.md`
## C++cpp
- 代码风格:`cpp/code_style.md`
- 命名规范:`cpp/naming.md`
- 工具链与验证命令(模板):`cpp/toolchain.md`
- 第三方依赖Conan`cpp/dependencies_conan.md`
- clangd 配置:`cpp/clangd.md`
## Pythonpython
- 代码风格:`python/style_guide.md`
- 工具链:`python/tooling.md`
- 配置清单:`python/configuration.md`
## Markdownmarkdown
- 代码块与行内代码格式:`markdown/index.md`