You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,11 @@ processor.stop()
147
147
```
148
148
149
149
## Documentation and Example
150
-
-[Usage Guide](docs/usage.md): Learn how to define signals/slots, manage threads, and structure your event-driven code.
151
-
-[API Reference](docs/api.md): Detailed documentation of classes, decorators, and functions.
152
-
-[Examples](docs/examples.md): Practical use cases, including UI integration, async operations, and worker pattern usage.
153
-
-[Logging Guidelines](docs/logging.md): Configure logging levels and handlers for debugging.
154
-
-[Testing Guide](docs/testing.md): earn how to run tests and contribute safely.
150
+
-[Usage Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/usage.md): Learn how to define signals/slots, manage threads, and structure your event-driven code.
151
+
-[API Reference](https://github.com/TSignalDev/tsignal-python/blob/main/docs/api.md): Detailed documentation of classes, decorators, and functions.
152
+
-[Examples](https://github.com/TSignalDev/tsignal-python/blob/main/docs/examples.md): Practical use cases, including UI integration, async operations, and worker pattern usage.
153
+
-[Logging Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/docs/logging.md): Configure logging levels and handlers for debugging.
154
+
-[Testing Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/testing.md): earn how to run tests and contribute safely.
For more details, see the [Logging Guidelines](docs/logging.md).
164
+
For more details, see the [Logging Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/docs/logging.md).
165
165
166
166
## Testing
167
167
@@ -178,10 +178,10 @@ pytest -v
178
178
pytest tests/unit/test_signal.py
179
179
```
180
180
181
-
See the [Testing Guide](docs/testing.md) for more details.
181
+
See the [Testing Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/testing.md) for more details.
182
182
183
183
## Contributing
184
-
We welcome contributions. Please read the [Contributing Guidelines](CONTRIBUTING.md) before submitting PRs.
184
+
We welcome contributions. Please read the [Contributing Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/CONTRIBUTING.md) before submitting PRs.
185
185
186
186
## License
187
-
TSignal is licensed under the MIT License. See [LICENSE](LICENSE) for details.
187
+
TSignal is licensed under the MIT License. See [LICENSE](https://github.com/TSignalDev/tsignal-python/blob/main/LICENSE) for details.
0 commit comments