Skip to content

Commit 394d80c

Browse files
committed
Update README files with GitHub Pages documentation links
1 parent c69f9a7 commit 394d80c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
[![Language](https://img.shields.io/badge/language-C%2B%2B17%20%7C%20Python3-blue)]()
77
[![Build System](https://img.shields.io/badge/build%20system-xmake-orange)]()
88
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/WenyinWei/zlayout/blob/main/LICENSE)
9+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://wenyinwei.github.io/zlayout/)
910

1011
🇺🇸 [English README](README_EN.md) | 🇨🇳 中文文档
1112

13+
> 📖 **完整文档**: [https://wenyinwei.github.io/zlayout/](https://wenyinwei.github.io/zlayout/)
14+
>
15+
> 包含API参考、使用教程、性能基准和示例代码等详细内容。
16+
1217
面向超级制程(2nm及以下)的超大规模EDA布局优化库,专为处理上亿到十亿级电子元器件设计。采用现代C++17开发,集成分层空间索引、多线程并行处理和先进的布局优化算法。
1318

1419
## 🎯 核心特性

README_EN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
[![Language](https://img.shields.io/badge/language-C%2B%2B17%20%7C%20Python3-blue)]()
77
[![Build System](https://img.shields.io/badge/build%20system-xmake-orange)]()
88
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/WenyinWei/zlayout/blob/main/LICENSE)
9+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://wenyinwei.github.io/zlayout/)
910

1011
🇺🇸 English README | 🇨🇳 [中文文档](README.md)
1112

13+
> 📖 **Complete Documentation**: [https://wenyinwei.github.io/zlayout/](https://wenyinwei.github.io/zlayout/)
14+
>
15+
> Contains API reference, tutorials, performance benchmarks, and example code.
16+
1217
Ultra-large scale EDA layout optimization library for advanced process nodes (2nm and below), designed to handle hundreds of millions to billions of electronic components. Built with modern C++17, featuring hierarchical spatial indexing, multi-threaded parallel processing, and GPU acceleration.
1318

1419
## 🎯 Core Features

0 commit comments

Comments
 (0)