Skip to content

Commit ba2012f

Browse files
committed
refactor: Move Chinese README to assets directory
- Move README.zh-CN.md to assets/README.zh-CN.md - Update links in both README files to reflect new location - Update relative paths in Chinese README
1 parent 0bc9109 commit ba2012f

16 files changed

Lines changed: 16 additions & 4 deletions

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.coverage
2+
.pytest_cache
3+
.tox
4+
.venv
5+
.vscode
6+
.idea
7+
.DS_Store
8+
.env
9+
.env.local
10+
.env.development.local
11+
.env.test.local
12+
.env.production.local

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# TOON (Token-Oriented Object Notation)
66

7-
[English](README.md) | [中文](README.zh-CN.md)
7+
[English](README.md) | [中文](assets/README.zh-CN.md)
88

99
A compact, human-readable serialization format designed for passing structured data to Large Language Models with significantly reduced token usage.
1010

README.zh-CN.md renamed to assets/README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TOON(面向Token的对象表示法)
22

3-
[English](README.md) | [中文](README.zh-CN.md)
3+
[English](../README.md) | [中文](README.zh-CN.md)
44

55
一种紧凑、人类可读的序列化格式,专为向大型语言模型传递结构化数据而设计,显著减少Token使用量。
66

@@ -124,7 +124,7 @@ assert all(isinstance(u, User) for u in decoded_users)
124124
- ✅ 解码时完全验证
125125
- ✅ 往返转换
126126

127-
详见[examples/pydantic_usage.py](examples/pydantic_usage.py)
127+
详见[examples/pydantic_usage.py](../examples/pydantic_usage.py)
128128

129129
## TOON格式规范
130130

@@ -436,7 +436,7 @@ TOON通常实现:
436436

437437
## 许可证
438438

439-
MIT许可证 - 详情请参见[LICENSE](LICENSE)文件。
439+
MIT许可证 - 详情请参见[LICENSE](../LICENSE)文件。
440440

441441
## 致谢
442442

196 Bytes
Binary file not shown.
10.8 KB
Binary file not shown.
25.6 KB
Binary file not shown.
33.5 KB
Binary file not shown.
43.8 KB
Binary file not shown.
12.5 KB
Binary file not shown.
855 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)