From f370f51d3fd540090c822fc9eed4cc9641b7fc37 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sat, 2 Mar 2024 12:36:32 +0800 Subject: [PATCH 1/2] chore: Update documentation link --- src/thread/__init__.py | 2 +- src/thread/_types.py | 2 +- src/thread/decorators/_processor.py | 2 +- src/thread/decorators/_threaded.py | 2 +- src/thread/exceptions.py | 2 +- src/thread/thread.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/thread/__init__.py b/src/thread/__init__.py index aa807d1..b0505e8 100644 --- a/src/thread/__init__.py +++ b/src/thread/__init__.py @@ -1,6 +1,6 @@ """ ## Thread Library -Documentation at https://thread.ngjx.org +Documentation at https://thread.ngjx.org/docs/v1.0.0 --- diff --git a/src/thread/_types.py b/src/thread/_types.py index 6a50a1e..ee393d6 100644 --- a/src/thread/_types.py +++ b/src/thread/_types.py @@ -1,7 +1,7 @@ """ ## Types -Documentation: https://thread.ngjx.org +Documentation: https://thread.ngjx.org/docs/v1.0.0 """ from typing import Any, Literal, Callable, Union diff --git a/src/thread/decorators/_processor.py b/src/thread/decorators/_processor.py index 3511575..7cea5bb 100644 --- a/src/thread/decorators/_processor.py +++ b/src/thread/decorators/_processor.py @@ -1,7 +1,7 @@ """ ## Processor -Documentation: https://thread.ngjx.org +Documentation: https://thread.ngjx.org/docs/v1.0.0 """ from functools import wraps diff --git a/src/thread/decorators/_threaded.py b/src/thread/decorators/_threaded.py index 4dd49b2..efed3d1 100644 --- a/src/thread/decorators/_threaded.py +++ b/src/thread/decorators/_threaded.py @@ -1,7 +1,7 @@ """ ## Threaded -Documentation: https://thread.ngjx.org +Documentation: https://thread.ngjx.org/docs/v1.0.0 """ from functools import wraps diff --git a/src/thread/exceptions.py b/src/thread/exceptions.py index 631ee0f..28c126f 100644 --- a/src/thread/exceptions.py +++ b/src/thread/exceptions.py @@ -1,7 +1,7 @@ """ ## Thread Exceptions -Documentation: https://thread.ngjx.org +Documentation: https://thread.ngjx.org/docs/v1.0.0 """ import traceback diff --git a/src/thread/thread.py b/src/thread/thread.py index 325374e..0b20fcd 100644 --- a/src/thread/thread.py +++ b/src/thread/thread.py @@ -6,7 +6,7 @@ class Thread: ... class ParallelProcessing: ... ``` -Documentation: https://thread.ngjx.org +Documentation: https://thread.ngjx.org/docs/v1.0.0 """ import sys From e90f470795df204190ae4a5c1f8b8d374cd7c7d3 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sat, 2 Mar 2024 12:36:49 +0800 Subject: [PATCH 2/2] chore: Update email --- .github/CODE_OF_CONDUCT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index db4f9ac..0b3ce2d 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -59,8 +59,7 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -thread@ngjx.org. +reported to the community leaders responsible for enforcement at [contact@thread.ngjx.org](mailto:contact@thread.ngjx.org). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the