📝 docs(tsl): rebuild canonical syntax and routing manual

This commit is contained in:
csh
2026-04-22 16:59:20 +08:00
parent 3ed5052e61
commit 96b705b00b
83 changed files with 46446 additions and 323 deletions
+34
View File
@@ -0,0 +1,34 @@
# 第三方交互函数
这一页只负责函数定位:先按主题找到模块,再在页内搜索函数名。
## 使用方式
- 返回总目录:[catalog/index.md](index.md)
- 需要基础语法时回到 [../../syntax/index.md](../../syntax/index.md)
- 需要金融任务组织方式时回到 [../../finance/index.md](../../finance/index.md)
## 模块范围
- 说明:第三方库与外部程序交互能力
- 主题数:3
- 函数数:8
## 主题目录
### Python支持函数
- `PyRun`
- `PyCall`
- `PyError`
### R支持函数
- `RRelease`
### Html
- `TextToHtml`
- `TextToURL`
- `HtmlToText`
- `URLToText`