From 7cd634a1fb555051017eb0d0fa32089c4357e610 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 14:12:40 +0800 Subject: [PATCH 1/3] docs: Remove docs section --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 48483d0..279b17a 100644 --- a/README.md +++ b/README.md @@ -86,15 +86,6 @@ _Below is an example of how you can install and use thread._ - -## Documentation - -Our docs are [here!](https://thread.ngjx.org) - -

(back to top)

- - - ## Roadmap From 97bb8144b44fad5db8ed1a7ecd4156c11d7de126 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 14:12:53 +0800 Subject: [PATCH 2/3] docs: Remove roadmap section --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 279b17a..df4bd58 100644 --- a/README.md +++ b/README.md @@ -86,21 +86,6 @@ _Below is an example of how you can install and use thread._ - -## Roadmap - -- [x] v2.0.0 Release -- [ ] Bug fixes -- [ ] New features -- [ ] Testing -- [ ] Next release... - -See the [open issues](https://github.com/python-thread/thread/issues) for a full list of proposed features (and known issues). - -

(back to top)

- - - ## Contributing From 964bb4d7ab779d36e41fc4dd2b7becf1fe381835 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 14:13:14 +0800 Subject: [PATCH 3/3] docs: Remove non-contact links --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index df4bd58..5e4ea0f 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,6 @@ Distributed under the BSD-3-Clause License. See [LICENSE.txt](./LICENSE.txt) for Alex - [contact@thread.ngjx.org](mailto:contact@thread.ngjx.org) -Project Board: [https://github.com/orgs/python-thread/projects/2](https://github.com/orgs/python-thread/projects/2) - -Project Link: [https://github.com/python-thread/thread](https://github.com/python-thread/thread) -

(back to top)