|
1 | 1 | <p align="center"> |
2 | 2 | <picture> |
3 | | - <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ITcarrot/RoundPipe/raw/main/docs/assets/banner.dark.svg"> |
4 | | - <source media="(prefers-color-scheme: light)" srcset="https://github.com/ITcarrot/RoundPipe/raw/main/docs/assets/banner.light.svg"> |
5 | | - <img src="https://github.com/ITcarrot/RoundPipe/raw/main/docs/assets/banner.light.svg" alt="RoundPipe Banner" width="400"> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/thustorage/RoundPipe/raw/main/docs/assets/banner.dark.svg"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="https://github.com/thustorage/RoundPipe/raw/main/docs/assets/banner.light.svg"> |
| 5 | + <img src="https://github.com/thustorage/RoundPipe/raw/main/docs/assets/banner.light.svg" alt="RoundPipe Banner" width="400"> |
6 | 6 | </picture> |
7 | 7 | </p> |
8 | 8 |
|
|
11 | 11 | <p align="center"> |
12 | 12 | <a href="https://pypi.org/project/roundpipe/"><img src="https://img.shields.io/pypi/v/roundpipe.svg" alt="PyPI"></a> |
13 | 13 | <a href="https://pypi.org/project/roundpipe/"><img src="https://img.shields.io/pypi/pyversions/roundpipe.svg" alt="Python"></a> |
14 | | - <a href="https://github.com/ITcarrot/RoundPipe/blob/main/COPYING.LESSER"><img src="https://img.shields.io/badge/license-LGPL--3.0-blue.svg" alt="License"></a> |
| 14 | + <a href="https://github.com/thustorage/RoundPipe/blob/main/COPYING.LESSER"><img src="https://img.shields.io/badge/license-LGPL--3.0-blue.svg" alt="License"></a> |
15 | 15 | <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a> |
16 | 16 | <a href="https://clang.llvm.org/docs/ClangFormat.html"><img src="https://img.shields.io/badge/code%20style-clang--format-blue.svg" alt="Code style: clang-format"></a> |
17 | 17 | <a href="https://linux.do" alt="LINUX DO"> |
|
21 | 21 | </p> |
22 | 22 |
|
23 | 23 | <p align="center"> |
24 | | - <a href="https://itcarrot.github.io/RoundPipe/">Documentation</a> · |
25 | | - <a href="https://itcarrot.github.io/RoundPipe/zh">中文文档</a> · |
| 24 | + <a href="https://thustorage.github.io/RoundPipe/">Documentation</a> · |
| 25 | + <a href="https://thustorage.github.io/RoundPipe/zh">中文文档</a> · |
26 | 26 | <a href="#benchmarks">Benchmarks</a> · |
27 | | - <a href="https://github.com/ITcarrot/RoundPipe/tree/main/example">Examples</a> |
| 27 | + <a href="https://github.com/thustorage/RoundPipe/tree/main/example">Examples</a> |
28 | 28 | </p> |
29 | 29 |
|
30 | 30 | --- |
@@ -93,13 +93,13 @@ pip install roundpipe |
93 | 93 |
|
94 | 94 | ### Examples |
95 | 95 |
|
96 | | -See the [`example/`](https://github.com/ITcarrot/RoundPipe/tree/main/example) directory for interactive jupyter notebook. |
| 96 | +See the [`example/`](https://github.com/thustorage/RoundPipe/tree/main/example) directory for interactive jupyter notebook. |
97 | 97 |
|
98 | 98 | ## Documentation |
99 | 99 |
|
100 | | -Full documentation is available at **[itcarrot.github.io/RoundPipe](https://itcarrot.github.io/RoundPipe/)**. |
| 100 | +Full documentation is available at **[thustorage.github.io/RoundPipe](https://thustorage.github.io/RoundPipe/)**. |
101 | 101 |
|
102 | | -中文文档请访问 **[itcarrot.github.io/RoundPipe/index.zh.html](https://itcarrot.github.io/RoundPipe/zh)**。 |
| 102 | +中文文档请访问 **[thustorage.github.io/RoundPipe/zh](https://thustorage.github.io/RoundPipe/zh)**。 |
103 | 103 |
|
104 | 104 | ## License |
105 | 105 |
|
|
0 commit comments