From 6ca4161a46dda9a65791cb76fd78e2b1c4ede387 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sun, 29 May 2022 15:09:09 -0400 Subject: [PATCH] Correct links and images in README --- MANIFEST.in | 3 ++- README.md | 4 +++- README.zh.md | 4 ++-- architecture.png => architecture.en.png | 0 architecture.zh.png | 0 5 files changed, 7 insertions(+), 4 deletions(-) rename architecture.png => architecture.en.png (100%) create mode 100644 architecture.zh.png diff --git a/MANIFEST.in b/MANIFEST.in index 1142877..6dbb028 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ +include README*.md include Makefile -include architecture.png +include architecture.*.png recursive-include src *.pyx *.pxd *.h include resolver/Cargo.toml include resolver/Cargo.lock diff --git a/README.md b/README.md index 964b7f6..8150662 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kLoop +[中文](README.zh.md) + kLoop is an implementation of the Python [asyncio](https://docs.python.org/3/library/asyncio.html) event loop written in [Cython](https://cython.org/), using @@ -47,6 +49,6 @@ Development and testing is done on Ubuntu 22.04. ## Architecture Diagram -![architecture.png](architecture.png) +![architecture.png](architecture.en.png) Looks like the Lucky Charms factory, says @aaronbrighton ... diff --git a/README.zh.md b/README.zh.md index 0e63a16..e7359ab 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ # kLoop -[English](README.en.md) +[English](README.md) kLoop 是一个 Python [asyncio](https://docs.python.org/3/library/asyncio.html) @@ -43,6 +43,6 @@ kLoop 的源代码或发行版。 ## 架构图 -![架构图.png](architecture.png) +![架构图.png](architecture.zh.png) @aaronbrighton 说像 Lucky Charms 卡通麦片工厂…… diff --git a/architecture.png b/architecture.en.png similarity index 100% rename from architecture.png rename to architecture.en.png diff --git a/architecture.zh.png b/architecture.zh.png new file mode 100644 index 0000000..e69de29