Skip to content

Commit 75f065b

Browse files
docs: Only have docs url in __init__ (#86)
This is to primarily make developing this project easier and not have to update 5 other files every time Signed-off-by: AlexNg <contact@ngjx.org>
1 parent 3dcdeab commit 75f065b

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/thread/_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""
22
## Types
3-
4-
Documentation: https://thread.ngjx.org/docs/v2.0.1
53
"""
64

75
from typing import Any, Literal, Callable, Union, Sized

src/thread/decorators/_processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""
22
## Processor
3-
4-
Documentation: https://thread.ngjx.org/docs/v2.0.1
53
"""
64

75
from functools import wraps

src/thread/decorators/_threaded.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""
22
## Threaded
3-
4-
Documentation: https://thread.ngjx.org/docs/v2.0.1
53
"""
64

75
from functools import wraps

src/thread/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""
22
## Thread Exceptions
3-
4-
Documentation: https://thread.ngjx.org/docs/v2.0.1
53
"""
64

75
import traceback

src/thread/thread.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class Thread: ...
77
88
class ConcurrentProcessing: ...
99
```
10-
11-
Documentation: https://thread.ngjx.org/docs/v2.0.1
1210
"""
1311

1412
import sys

0 commit comments

Comments
 (0)