Skip to content

Update social card and logo #55

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 4 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/python-thread/thread">
<img src="images/logo.svg" alt="Logo" width="80" height="80">
</a>

<h3 align="center">Thread</h3>

<p align="center">
A python threading library extension
<br />
<a href="https://thread.ngjx.org"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/python-thread/thread/issues">Report Bug</a>
·
<a href="https://github.com/python-thread/thread/issues">Request Feature</a>
Expand All @@ -31,9 +38,10 @@

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

Strictly type-safe
[![Social Card][socialcard]](https://thread.ngjx.org)

Strictly type-safe and Wraps around the python threading library and provides extra functionality

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.

Expand Down Expand Up @@ -166,3 +174,4 @@ Project Link: [https://github.com/python-thread/thread](https://github.com/pytho
[stars-url]: https://github.com/python-thread/thread/stargazers
[license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge
[license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt
[socialcard]: images/socialcard.jpg
152 changes: 0 additions & 152 deletions docs/command-line.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/configuration.md

This file was deleted.

Loading