Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ NuGet 包名:`StrangeSort`

GitHub Packages 源:`https://nuget.pkg.github.com/yhcedpn/index.json`

[Wiki 快速开始](./wiki/Quick-Start.md):安装后的最小使用路径。
[Wiki 快速开始](https://github.com/yhcedpn/StrangeSort/wiki/Quick-Start):安装后的最小使用路径。

## 文档索引

1. [StrangeSort 开发规范](./specs/StrangeSort%20%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83.md):架构设计要求、变更防漂移规定、各算法行为协议
1. [Wiki 主索引](https://github.com/yhcedpn/StrangeSort/wiki):文档入口

2. [StrangeSortTest 测试规范](./specs/StrangeSortTest%20%E6%B5%8B%E8%AF%95%E8%A7%84%E8%8C%83.md):边缘条件测试指南与测试约束
2. [StrangeSort 开发规范](./specs/StrangeSort%20%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83.md):架构设计要求、变更防漂移规定、各算法行为协议

3. [Wiki 主索引](./wiki/Home.md):文档入口。

4. `wiki/*-Guide.md`:各算法使用教程页。
3. [StrangeSortTest 测试规范](./specs/StrangeSortTest%20%E6%B5%8B%E8%AF%95%E8%A7%84%E8%8C%83.md):边缘条件测试指南与测试约束。