Skip to content

Commit b7a1043

Browse files
Merge pull request #55 from python-thread/docs/readme
Update social card and logo
2 parents c5aa3ea + b088f6c commit b7a1043

11 files changed

+15
-745
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616
<!-- PROJECT LOGO -->
1717
<br />
1818
<div align="center">
19+
<a href="https://github.com/python-thread/thread">
20+
<img src="images/logo.svg" alt="Logo" width="80" height="80">
21+
</a>
22+
1923
<h3 align="center">Thread</h3>
2024

2125
<p align="center">
2226
A python threading library extension
2327
<br />
28+
<a href="https://thread.ngjx.org"><strong>Explore the docs »</strong></a>
29+
<br />
30+
<br />
2431
<a href="https://github.com/python-thread/thread/issues">Report Bug</a>
2532
·
2633
<a href="https://github.com/python-thread/thread/issues">Request Feature</a>
@@ -31,9 +38,10 @@
3138

3239
<!-- ABOUT THE PROJECT -->
3340
## About The Project
34-
> Wraps around the python threading library and provides extra functionality
3541

36-
Strictly type-safe
42+
[![Social Card][socialcard]](https://thread.ngjx.org)
43+
44+
Strictly type-safe and Wraps around the python threading library and provides extra functionality
3745

3846
Fully compatible with the threading library, this project hopes to provide a more out-of-the-box solution with multi-threaded processing and fetching values from a completed thread, etc.
3947

@@ -166,3 +174,4 @@ Project Link: [https://github.com/python-thread/thread](https://github.com/pytho
166174
[stars-url]: https://github.com/python-thread/thread/stargazers
167175
[license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge
168176
[license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt
177+
[socialcard]: images/socialcard.jpg

docs/command-line.md

-152
This file was deleted.

docs/configuration.md

-43
This file was deleted.

0 commit comments

Comments
 (0)